Skip to content

Commit 9edbb17

Browse files
committed
Replace entrypoint, avoiding server startup in utility container
1 parent af332e2 commit 9edbb17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ RUN apt-get update --fix-missing && \
55

66
COPY scripts .
77
RUN chmod +x ./*.sh && bash ./install_pg_repack.sh
8+
ENTRYPOINT ["pg_repack"]
9+
CMD ["--help"]

0 commit comments

Comments
 (0)