Skip to content

Commit

Permalink
add entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
matoszz committed Oct 5, 2022
1 parent 77b994e commit a16a8c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/yaml-toolbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ COPY --chown=nobody --from=zegl/kube-score:v1.14.0 /kube-score /usr/bin/kube-sco

USER nobody:nobody

CMD ["/bin/sh"]
CMD ["/bin/sh"]
ENTRYPOINT ["/usr/bin"]

0 comments on commit a16a8c0

Please sign in to comment.