Skip to content

Commit

Permalink
Fix exit code (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Mar 6, 2020
1 parent 79674bf commit a99cc89
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 @@ -15,4 +15,4 @@ RUN apk add --no-cache curl \
COPY cli.sh /bin/
COPY welcome.txt /etc/

CMD ["/bin/cli.sh"]
ENTRYPOINT ["/bin/cli.sh"]

0 comments on commit a99cc89

Please sign in to comment.