Skip to content

Commit

Permalink
Replace ENTRYPOINT to CMD to simplify usage in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkrsk committed Oct 13, 2021
1 parent 3571ce2 commit c0847b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ RUN set -ex && \
rm -rf /tmp/helm* && rm -rf /root/.cache/helm \
:

ENTRYPOINT ["helm"]
CMD ["helm"]

0 comments on commit c0847b4

Please sign in to comment.