diff --git a/docs/custom-apps.md b/docs/custom-apps.md index 6c6b6c29..9d31c6bb 100644 --- a/docs/custom-apps.md +++ b/docs/custom-apps.md @@ -10,9 +10,6 @@ cd frappe_docker `apps.json` needs to be passed in as build arg environment variable. ```shell - -set env variable APPS_JSON using following shell command - export APPS_JSON='[ { "url": "https://github.com/frappe/erpnext", @@ -28,8 +25,6 @@ export APPS_JSON='[ } ]' -set env variable APPS_JSON_BASE64 using following shell command - export APPS_JSON_BASE64=$(echo ${APPS_JSON} | base64 -w 0) ```