osem-fcy/Procfile
Henne Vogelsang 1f30bb8a2f
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-03-28 22:13:13 +01:00

2 lines
77 B
Text

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