From 076185e15aeb46dc02b16725b5301e1032aeaba3 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 10 Oct 2015 15:12:32 -0700 Subject: [PATCH] Tweak Procfile web process --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index afbbb1f..b15858e 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: gunicorn -w 4 -b 0.0.0.0:8000 manage:app +web: gunicorn -w 4 manage:app --log-file=- init: python manage.py initdb