Fix build.sh for macos base64 cmd

This commit is contained in:
Flexusma 2024-05-19 20:17:29 +02:00
parent 4831fde3df
commit 61d43a2c64
No known key found for this signature in database
GPG key ID: 859D274E9150CC2A

4
build.sh Normal file → Executable file
View 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 .