mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Fix build.sh for macos base64 cmd
This commit is contained in:
parent
4831fde3df
commit
61d43a2c64
1 changed files with 2 additions and 2 deletions
4
build.sh
Normal file → Executable file
4
build.sh
Normal file → Executable file
|
|
@ -1,4 +1,4 @@
|
|||
export APPS_JSON_BASE64=$(base64 -w 0 apps.json)
|
||||
export APPS_JSON_BASE64=$(base64 -i apps.json)
|
||||
|
||||
docker buildx build \
|
||||
--platform linux/amd64 \
|
||||
|
|
@ -7,7 +7,7 @@ docker buildx build \
|
|||
--build-arg=PYTHON_VERSION=3.11.9 \
|
||||
--build-arg=NODE_VERSION=18.20.2 \
|
||||
--build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \
|
||||
--tag=onesrv/erpnext_de_crm:1.6.0 \
|
||||
--tag=onesrv/erpnext_de_crm:15.24.0 \
|
||||
--file=images/custom/Containerfile .
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue