From 61038e0df09e5259907693f9b250f1371799d847 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 29 Oct 2021 16:48:47 -0400 Subject: [PATCH] Tried adding Procfile to different location. --- app/Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/Procfile diff --git a/app/Procfile b/app/Procfile new file mode 100644 index 0000000..379a9eb --- /dev/null +++ b/app/Procfile @@ -0,0 +1 @@ +web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app