diff --git a/docs/custom-apps.md b/docs/custom-apps.md index dbd073bc..3fd9763c 100644 --- a/docs/custom-apps.md +++ b/docs/custom-apps.md @@ -51,7 +51,7 @@ Note: - Make sure `APPS_JSON_BASE64` variable has correct base64 encoded JSON string. It is consumed as build arg, base64 encoding ensures it to be friendly with environment variables - Make sure the `--tag` is valid image name that will be pushed to registry. - Change `--build-arg` as per version of Python, NodeJS, Frappe Framework repo and branch -- The final image will have no traces of `.git` directory for any apps including frappe framework. +- Set `--build-arg=REMOVE_GIT_REMOTE=true` to remove git upstream remotes from all apps. Use this in case they have secrets or private tokens and you don't wish to ship them in final image. ### Push image to use in yaml files