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