2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-22 10:08:56 +00:00

fix: add quotes into command (#1527)

This commit is contained in:
Vlad Sorokin 2024-12-10 14:43:28 +04:00 committed by GitHub
parent 13db302a08
commit 46c213b1c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ Then run: `docker compose -f pwd.yml up -d`
After cloning the repo run this command to build multi-architecture images specifically for ARM64.
`docker buildx bake --no-cache --set *.platform=linux/arm64`
`docker buildx bake --no-cache --set "*.platform=linux/arm64"`
and then