From 8f5cd1a2936d2f6a67d631d86954f5dd104805db Mon Sep 17 00:00:00 2001 From: romangraef Date: Thu, 31 May 2018 08:51:18 +0200 Subject: heroku --- Procfile | 3 ++- requirements.txt | 3 ++- 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 -- cgit