From 91150afa6f4de5bb84b7ed999658b68f2519cabb Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Sat, 5 Jun 2021 22:34:47 +0530
Subject: added procfile

---
 Procfile | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 Procfile

(limited to 'Procfile')

diff --git a/Procfile b/Procfile
new file mode 100644
index 0000000..81b73fb
--- /dev/null
+++ b/Procfile
@@ -0,0 +1 @@
+web: gunicorn -w 4 api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:$PORT"
-- 
cgit v1.2.3