From 71f8d5ef8e1a04999128bfc8a9d68728de6d09ae Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 22 Sep 2017 15:20:01 +0200 Subject: Add Procfile for running server and mailcatcher by foreman. --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..77ab2db --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: bundle exec thin start +mail: mailcatcher --http-ip 0.0.0.0 --http-port 3080 -f -- cgit v1.2.3