We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d32dc commit 5cce599Copy full SHA for 5cce599
1 file changed
Dockerfile
@@ -39,6 +39,6 @@ RUN mkdir -p $WALG_ENVDIR \
39
&& chown -R postgres:postgres /run/postgresql $PGDATA \
40
&& set -eux; pip3 install --disable-pip-version-check --no-cache-dir envdir 2>/dev/null
41
42
-ENTRYPOINT ["init-stack"]
43
-CMD ["/docker-entrypoint.sh", "postgres"]
+ENTRYPOINT ["init-stack", "/docker-entrypoint.sh"]
+CMD ["postgres"]
44
EXPOSE 5432
0 commit comments