diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-05 22:34:47 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-05 22:34:47 +0530 |
commit | 91150afa6f4de5bb84b7ed999658b68f2519cabb (patch) | |
tree | b5c5596e2ac9f0c63f8393feab7476865d41ae03 /Procfile | |
parent | ad40d6cd7bac2ef964b9c6cbfee7811fb795ff58 (diff) |
added procfile
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 1 |
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" |