Skip to content

Commit

Permalink
switch entrypoint to cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Aug 12, 2021
1 parent 3e01799 commit 626ecc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ ARG version="7.78.0-r0"
RUN apk add --no-cache --purge --clean-protected -u ca-certificates curl=$version \
&& rm -rf /var/cache/apk/*

ENTRYPOINT [ "curl" ]
CMD [ "-h" ]
CMD [ "curl", "-h" ]

0 comments on commit 626ecc4

Please sign in to comment.