From b70a126958e2dc9885b91daf0a8c996ab4021453 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Sat, 12 Oct 2019 12:30:09 -0700 Subject: [PATCH] try changing gunicorn command --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index c8d9ef1..4724702 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: gunicorn server:app +web: gunicorn server:server release: python manage.py db upgrade \ No newline at end of file