fix entrypoint command

This commit is contained in:
Robert Kaussow 2020-03-15 22:16:03 +01:00
parent f7d7b3a5aa
commit 69a72d1483

View File

@ -22,4 +22,4 @@ RUN \
USER root
CMD []
ENTRYPOINT ["/usr/local/bin/docker-tidy gc"]
ENTRYPOINT ["/usr/local/bin/docker-tidy", "gc"]