summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-05-28 13:06:20 +0300
committerYuval Adam <yuv.adm@gmail.com>2014-05-28 13:06:20 +0300
commit4bcc90496f7400fbd409f93c632c374800ef8ae0 (patch)
treeee25f3ab06020b86a6f7c988ed66c11c30e19cb4 /Procfile
parentfe2554a387064a522910bf23c18f4e7794ae4863 (diff)
Use gunicorn
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index ac9d762..caf6722 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: python server.py
+web: gunicorn server:app