We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b38688 commit 8055b78Copy full SHA for 8055b78
packages/postgres-database/docker/Dockerfile
@@ -55,11 +55,5 @@ COPY entrypoint.bash /home/entrypoint.bash
55
56
RUN chmod +x /home/entrypoint.bash
57
58
-ENV POSTGRES_USER=scu \
59
- POSTGRES_PASSWORD=adminadmin \
60
- POSTGRES_HOST=postgres \
61
- POSTGRES_PORT=5432 \
62
- POSTGRES_DB=simcoredb
63
-
64
ENTRYPOINT [ "/bin/bash", "/home/entrypoint.bash" ]
65
CMD [ "sc-pg", "upgrade" ]
0 commit comments