Skip to content

Commit

Permalink
Fix ENTRYPOINT error; replace with CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
SpheMakh committed Jan 25, 2016
1 parent b605227 commit 7820cd9
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 @@ -14,4 +14,4 @@ ADD . /tmp/simms

RUN cd /tmp/simms && python setup.py install

ENTRYPOINT /usr/local/bin/simms
CMD /usr/local/bin/simms

0 comments on commit 7820cd9

Please sign in to comment.