1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Fixed puma env

This commit is contained in:
2015-12-29 22:38:47 +00:00
parent b0c6bce96f
commit aa2fc9c804

View File

@@ -1,2 +1,2 @@
worker: bundle exec rake jobs:work
web: bundle exec puma -t 5:5 -p $PORT
web: bundle exec puma -t 5:5 -p $PORT -e $RACK_ENV