mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-16 01:30:41 +00:00
fix entrypoint command
This commit is contained in:
parent
f7d7b3a5aa
commit
69a72d1483
@ -22,4 +22,4 @@ RUN \
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
CMD []
|
CMD []
|
||||||
ENTRYPOINT ["/usr/local/bin/docker-tidy gc"]
|
ENTRYPOINT ["/usr/local/bin/docker-tidy", "gc"]
|
||||||
|
Loading…
Reference in New Issue
Block a user