From 09b020dac9c5e963b0a9ea2452fb2cf8d9493bdf Mon Sep 17 00:00:00 2001 From: cp-james-harbeck Date: Sun, 20 Aug 2023 03:29:52 -0400 Subject: [PATCH] Adapt prod Procfile. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index ebdbbe1..8001d1a 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn lucidserver.server:app \ No newline at end of file +web: gunicorn app:app \ No newline at end of file