From 998800c13fffefdb4525b4e75a8feac0c97a24d0 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 28 Jun 2014 14:10:06 +0300 Subject: Run on gunicorn in production --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Procfile') diff --git a/Procfile b/Procfile index 2e35818..ca6e941 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python app.py +web: gunicorn app:app -- cgit v1.3.1