Skip to content

Commit

Permalink
Add Procfile for better process management
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyons committed Jan 18, 2021
1 parent 875dde3 commit 9ad168b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq
3 changes: 3 additions & 0 deletions Procfile.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
web: bundle exec rails server
worker: bundle exec sidekiq
devserver: bin/webpack-dev-server

0 comments on commit 9ad168b

Please sign in to comment.