mirror of
https://github.com/openSUSE/osem.git
synced 2026-04-17 05:19:05 -04:00
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.
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
web: bundle exec rails server -b 0.0.0.0
|
|
worker: bundle exec rails jobs:work
|