notebook/Procfile
2019-07-23 17:25:55 -05:00

3 lines
141 B
Plaintext

web: RAILS_GROUPS=web bundle exec puma -C config/puma.rb
worker: RAILS_GROUPS=worker bundle exec sidekiq -e production -C config/sidekiq.yml