Skip to content

Commit 3587e6f

Browse files
authored
Merge pull request #10 from jianxiaoguo/main
chore(dockerfile): change entrypoint
2 parents 1497eb2 + 5cce599 commit 3587e6f

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)