notebook/Procfile
2018-12-03 19:31:41 -06:00

3 lines
104 B
Plaintext

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