From e34dc47a1c47e5c5163363e93051c3f41501edc6 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Sat, 12 Oct 2019 10:50:24 -0700 Subject: [PATCH] add server to Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 55f725d..abf46ef 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: gunicorn app:app +web: gunicorn server:app release: python3 manage.py db upgrade \ No newline at end of file