Revert "Split CMD into ENTRYPOINT and CMD for Dockerfile"

This commit is contained in:
Amir Alavi
2023-01-11 10:17:46 -05:00
committed by GitHub
parent 37e64abab8
commit 03747b0794
7 changed files with 12 additions and 4 deletions
+1 -2
View File
@@ -19,5 +19,4 @@ USER 1000
COPY _output/bin/descheduler /bin/descheduler
ENTRYPOINT ["/bin/descheduler"]
CMD ["--help"]
CMD ["/bin/descheduler", "--help"]