mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
docs: fix kaniko build-arg
This commit is contained in:
parent
ccb3117a38
commit
6753882060
1 changed files with 4 additions and 2 deletions
|
|
@ -90,8 +90,10 @@ podman run --rm -it \
|
|||
--build-arg=FRAPPE_BRANCH=version-14 \
|
||||
--build-arg=PYTHON_VERSION=3.10.5 \
|
||||
--build-arg=NODE_VERSION=16.18.0 \
|
||||
--build-arg=APPS_JSON=$APPS_JSON \
|
||||
--destination=ghcr.io/user/repo/custom:1.0.0
|
||||
--build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \
|
||||
--cache=true \
|
||||
--destination=ghcr.io/user/repo/custom:1.0.0 \
|
||||
--destination=ghcr.io/user/repo/custom:latest
|
||||
```
|
||||
|
||||
More about [kaniko](https://github.com/GoogleContainerTools/kaniko)
|
||||
|
|
|
|||
Loading…
Reference in a new issue