From 9bb533aec6030577bb11d08eebc64f920c3995fe Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 29 Oct 2021 22:32:45 -0400 Subject: [PATCH] new Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..379a9eb --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app