aboutsummaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-05 22:34:47 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-05 22:34:47 +0530
commit91150afa6f4de5bb84b7ed999658b68f2519cabb (patch)
treeb5c5596e2ac9f0c63f8393feab7476865d41ae03 /Procfile
parentad40d6cd7bac2ef964b9c6cbfee7811fb795ff58 (diff)
added procfile
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile1
1 files changed, 1 insertions, 0 deletions
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"