summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@gmail.com>2022-03-09 02:58:09 +0200
committerRasmus Luha <rasmus.luha@gmail.com>2022-03-09 02:58:09 +0200
commit6b2bcaf0ac24005d272ea84073ba80270ff2d6a7 (patch)
tree5b763836f915243fa0642ae0138046febf36dbaf
parent40b91e7ad411c28486efee4ea90072384c8ad3ec (diff)
added Procfile
-rw-r--r--Procfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile
new file mode 100644
index 0000000..8bdbe8e
--- /dev/null
+++ b/Procfile
@@ -0,0 +1 @@
+web: uvicorn app.main:app --host=0.0.0.0 --port=${PORT:-5000}