summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-21 23:20:29 +0300
committerYuval Adam <_@yuv.al>2020-09-21 23:20:29 +0300
commit6930922749bb8f35858d0e93391ee8331926107a (patch)
treeae0c4eef449c7e1ff830280a285837df4eca279b
parentbc6b4ddbdde231f6a55750e2245b018527b5c2b9 (diff)
Add heroku Procfile
-rw-r--r--Procfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile
new file mode 100644
index 0000000..047d0ff
--- /dev/null
+++ b/Procfile
@@ -0,0 +1 @@
+web: uvicorn iss:app --port=${PORT}