Skip to content

Commit

Permalink
Re-add mailcatcher to Procfile
Browse files Browse the repository at this point in the history
**Why**: This allows mailcatcher to be started/stopped alongside the
application. This means that developers won't have to worry about making
sure mailcatcher is running as a daemon while working on the idp.
  • Loading branch information
jmhooper committed Aug 15, 2017
1 parent 78ed30d commit 0a14a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
web: bundle exec rackup config.ru --port ${PORT:-3000}
worker: bundle exec sidekiq --config config/sidekiq.yml
mailcatcher: mailcatcher -f

0 comments on commit 0a14a98

Please sign in to comment.