summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index e62ccf2..c56bf4a 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1,2 @@
-web python app.py
+web: gunicorn app:app --log-file=-
+