From 0a14a988c98ae522c4dd14bf7a1dd405c717b616 Mon Sep 17 00:00:00 2001 From: Jonathan Hooper Date: Tue, 15 Aug 2017 14:41:26 -0500 Subject: [PATCH] Re-add mailcatcher to Procfile **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. --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 6d7917e0890..6ccc9da9196 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,3 @@ web: bundle exec rackup config.ru --port ${PORT:-3000} worker: bundle exec sidekiq --config config/sidekiq.yml +mailcatcher: mailcatcher -f