Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changing CMD to ENTRYPOINT
  • Loading branch information
Chan9390 committed May 4, 2019
1 parent 3a6e2f7 commit f03dead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -30,4 +30,4 @@ RUN apk update \
ENV HOME /changeme
ENV PS1 "\033[00;34mchangeme>\033[0m "
WORKDIR /changeme
CMD ./changeme.py
ENTRYPOINT ["./changeme.py"]

0 comments on commit f03dead

Please sign in to comment.