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 af332e2 commit 9edbb17Copy full SHA for 9edbb17
Dockerfile
@@ -5,3 +5,5 @@ RUN apt-get update --fix-missing && \
5
6
COPY scripts .
7
RUN chmod +x ./*.sh && bash ./install_pg_repack.sh
8
+ENTRYPOINT ["pg_repack"]
9
+CMD ["--help"]
0 commit comments