mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
4 lines
170 B
Plaintext
4 lines
170 B
Plaintext
worker: bundle exec rake jobs:work
|
|
#web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
|
|
web: bundle exec passenger start -p $PORT --max-pool-size 3
|