Skip to content

Commit

Permalink
Feat: correct usage of ENTRYPOINT and CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
mbologna authored Feb 14, 2021
1 parent 584dd6b commit 13615ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile-minion
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ LABEL maintainer="Michele Bologna <mb@michelebologna.net>"
RUN zypper --non-interactive in --no-recommends -y salt-minion && \
zypper clean

CMD ["/usr/bin/salt-minion", "-l", "debug"]
ENTRYPOINT ["/usr/bin/salt-minion"]
CMD ["-l", "debug"]

0 comments on commit 13615ec

Please sign in to comment.