summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Procfile3
-rw-r--r--requirements.txt3
2 files changed, 4 insertions, 2 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=-
+
diff --git a/requirements.txt b/requirements.txt
index 7e10602..cef5a16 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,2 @@
-flask
+Flask
+gunicorn