twenty/infra/release/build-server.sh

6 lines
185 B
Bash
Raw Normal View History

docker buildx build \
--push \
2023-10-24 17:50:55 +03:00
--no-cache \
--platform linux/amd64,linux/arm64 \
-f ./infra/build/server/Dockerfile -t twentycrm/twenty-server:0.1.5 -t twentycrm/twenty-server:latest .