summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-06-28 14:10:06 +0300
committerYuval Adam <yuv.adm@gmail.com>2014-06-28 14:10:06 +0300
commit998800c13fffefdb4525b4e75a8feac0c97a24d0 (patch)
tree28e263f61d41bfbaee0bef44593f1fdf61d98d0d /Procfile
parenteec59195098a2ee0a4b0a96f48f0978fa7603bd0 (diff)
Run on gunicorn in production
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 2e35818..ca6e941 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: python app.py
+web: gunicorn app:app