Migrate to a monorepo structure (#2909)
This commit is contained in:
6
packages/twenty-docker/release/build-postgres.sh
Executable file
6
packages/twenty-docker/release/build-postgres.sh
Executable file
@ -0,0 +1,6 @@
|
||||
|
||||
docker buildx build \
|
||||
--push \
|
||||
--no-cache \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
-f ./infra/build/postgres/Dockerfile -t twentycrm/twenty-postgres:0.2.0 -t twentycrm/twenty-postgres:latest .
|
||||
Reference in New Issue
Block a user