mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
5 lines
239 B
Plaintext
5 lines
239 B
Plaintext
worker: bundle exec bin/delayed_job -n 1 run
|
|
#worker: bundle exec rake jobs:work
|
|
#web: bundle exec puma -w 3 -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
|
|
web: bundle exec passenger start -p $PORT --max-pool-size 2 --min-instances 2
|