Add new Dockerfile for postgres (#2313)

* Add new Dockerfile for postgres

* Fix docker

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
martmull
2023-11-02 14:21:06 +01:00
committed by GitHub
parent 4d89e093d6
commit 5becefadcb
2 changed files with 16 additions and 4 deletions

View 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 .