Skip to content

Commit

Permalink
use cmd not entrypoint so it can be overridden.
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees committed Oct 29, 2014
1 parent 1c35437 commit bb382ea
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 @@ -8,4 +8,4 @@ USER ruby
ADD app.rb /tmp/app.rb

EXPOSE 8080
ENTRYPOINT ["ruby", "/tmp/app.rb"]
CMD ["ruby", "/tmp/app.rb"]

0 comments on commit bb382ea

Please sign in to comment.