mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-14 04:45:06 +03:00
e2af5b8628
* TO remove: add multiple workspace with command * TO remove: update build script * Update script and add doc * TO remove: add more seed workspaces * Build pg_graphql files for 1.5.1 * Build pg_graphql files for 1.5.1 macos arm * Remove 600 seed workspaces * Build pg_graphql files for 1.5.1 macos intel
13 lines
214 B
Docker
13 lines
214 B
Docker
ARG IMAGE_TAG='15.5.0-debian-11-r15'
|
|
|
|
FROM bitnami/postgresql:${IMAGE_TAG}
|
|
|
|
ARG PG_MAIN_VERSION=15
|
|
ARG PG_GRAPHQL_VERSION=1.5.1
|
|
ARG WRAPPERS_VERSION=0.2.0
|
|
ARG TARGETARCH
|
|
|
|
USER root
|
|
|
|
CMD ["tail", "-f", "/dev/null"]
|