From 8f5cd1a2936d2f6a67d631d86954f5dd104805db Mon Sep 17 00:00:00 2001 From: romangraef Date: Thu, 31 May 2018 08:51:18 +0200 Subject: heroku --- Procfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Procfile') 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=- + -- cgit