mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
3 lines
141 B
Plaintext
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
|