Skip to content

Commit

Permalink
Add Procfile.development file
Browse files Browse the repository at this point in the history
This does not require jemalloc to be installed.
  • Loading branch information
elliotthilaire committed Jun 2, 2017
1 parent 46dbe84 commit 8b2a2d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Procfile.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
web: bin/puma -C config/puma.rb
worker: bundle exec sidekiq -q default -q mailers -c ${SIDEKIQ_CONCURRENCY:-5}
release: bundle exec rake db:migrate

0 comments on commit 8b2a2d9

Please sign in to comment.