twenty/infra/release/build-front.sh
2023-10-24 16:53:40 +02:00

7 lines
183 B
Bash
Executable File

docker buildx build \
--push \
--no-cache \
--platform linux/amd64,linux/arm64 \
-f ./infra/build/front/Dockerfile -t twentycrm/twenty-front:0.1.5 -t twentycrm/twenty-front:latest .