osem-fcy/Procfile
Henne Vogelsang 55edd8a571
Change how we start puma
Puma is integrated with rails server, no need to start it manually.
Takes care of logging etc. We also shouldn't run multiple workers
unless we absolutely want to.
2019-05-04 21:36:34 +02:00

2 lines
77 B
Text

web: bundle exec rails server -b 0.0.0.0
worker: bundle exec rails jobs:work