mirror of
https://github.com/openSUSE/osem.git
synced 2025-12-23 22:28:15 -05: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
|