Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
Fix Puma starting in development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
pecio committed May 15, 2017
1 parent 55268d9 commit 627967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ VOLUME ["/rails-app/public", "/rails-app/logs"]

# Setup entry point
ENTRYPOINT ["rails-entrypoint.sh"]
CMD ["puma", "-p", "3000", "-C", "config/puma.rb"]
CMD ["puma", "-p", "3000", "-e", "production", "-C", "config/puma.rb"]

0 comments on commit 627967d

Please sign in to comment.