diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-09-18 20:43:47 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-09-18 20:43:47 +0200 |
commit | 6f58dfae95befeeb4b654c7cb43389255dcb41cc (patch) | |
tree | 3dc376c73d74062439f6982aa8752d29f061c5da | |
parent | a08e8b0bcfb427852b7aa08f09e28841b6aa8270 (diff) | |
download | norsk-urskog-registrations-6f58dfae95befeeb4b654c7cb43389255dcb41cc.tar.gz norsk-urskog-registrations-6f58dfae95befeeb4b654c7cb43389255dcb41cc.tar.bz2 norsk-urskog-registrations-6f58dfae95befeeb4b654c7cb43389255dcb41cc.zip |
Update Procfile to use puma
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ -web: bundle exec thin start +web: bundle exec puma mail: mailcatcher --http-ip 0.0.0.0 --http-port 3080 -f |