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

6 lines
185 B
Bash
Executable File

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