Skip to content

Commit 5cce599

Browse files
author
lijianguo
committed
chore(dockerfile): change entrypoint
1 parent 57d32dc commit 5cce599

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ RUN mkdir -p $WALG_ENVDIR \
3939
&& chown -R postgres:postgres /run/postgresql $PGDATA \
4040
&& set -eux; pip3 install --disable-pip-version-check --no-cache-dir envdir 2>/dev/null
4141

42-
ENTRYPOINT ["init-stack"]
43-
CMD ["/docker-entrypoint.sh", "postgres"]
42+
ENTRYPOINT ["init-stack", "/docker-entrypoint.sh"]
43+
CMD ["postgres"]
4444
EXPOSE 5432

0 commit comments

Comments
 (0)