From aeec2ad0b9f91913fd57e063bd1da887d2664489 Mon Sep 17 00:00:00 2001 From: Vidhyas Git Profile <137853354+VidhyasGit-2023@users.noreply.github.com> Date: Sat, 8 Jul 2023 01:18:57 -0400 Subject: [PATCH] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 778432c9ec..b6f89307b3 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: python script.py +web: gunicorn gettingstarted.wsgi