mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-02 22:55:33 +03:00
6 lines
185 B
Bash
Executable File
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 . |