diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2017-09-22 15:20:01 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2017-10-02 12:24:22 +0200 |
commit | 71f8d5ef8e1a04999128bfc8a9d68728de6d09ae (patch) | |
tree | b9e9228cd6254732f5f31f70fca481216cdc31d5 /Procfile | |
parent | 40428a02008e474d798c77022e6460860c8c6f51 (diff) | |
download | norsk-urskog-registrations-71f8d5ef8e1a04999128bfc8a9d68728de6d09ae.tar.gz norsk-urskog-registrations-71f8d5ef8e1a04999128bfc8a9d68728de6d09ae.tar.bz2 norsk-urskog-registrations-71f8d5ef8e1a04999128bfc8a9d68728de6d09ae.zip |
Add Procfile for running server and mailcatcher by foreman.
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |