rails_template/Procfile

5 lines
140 B
Plaintext
Raw Normal View History

2020-04-25 19:41:40 -06:00
web: bundle exec puma -C config/puma.rb
webpack: bin/webpack
worker: bundle exec sidekiq -C config/sidekiq.yml
release: bin/rake db:migrate