docs(production): add reference to CACHE_BUST explanation

This commit is contained in:
jslocomotor 2026-04-27 21:56:00 +02:00
parent 8428dfe9ba
commit 0b835b0819

View file

@ -85,12 +85,12 @@ See [Automated Builds and Deployment](../03-production/06-automated-builds-and-d
## Build args, secrets and flags
| Variable | Purpose |
| -------------------- | ----------------------------------------------------------------------------------------------- |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| **Frappe Framework** | |
| FRAPPE_PATH | Repository URL for Frappe framework source code. Defaults to <https://github.com/frappe/frappe> |
| FRAPPE_BRANCH | Branch to use for Frappe framework. Defaults to version-16 |
| **Custom Apps** | |
| CACHE_BUST | Can be used to invalidate the cached layer when `apps_json` is passed as a secret. |
| CACHE_BUST | Can be used to invalidate the cached layer. See [Build Cache](../03-production/06-automated-builds-and-deployment.md#build-cache) |
| (secret) apps_json | Passed via `--secret=id=apps_json,src=apps.json`. Never use `--build-arg` for this file. |
| **Dependencies** | |
| PYTHON_VERSION | Python version for the base image |