mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-24 06:48:42 +03:00
5becefadcb
* Add new Dockerfile for postgres * Fix docker --------- Co-authored-by: Charles Bochet <charles@twenty.com>
7 lines
192 B
Bash
Executable File
7 lines
192 B
Bash
Executable File
|
|
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 .
|