rails_template/Procfile

5 lines
140 B
Plaintext

web: bundle exec puma -C config/puma.rb
webpack: bin/webpack
worker: bundle exec sidekiq -C config/sidekiq.yml
release: bin/rake db:migrate