diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-21 23:20:29 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-21 23:20:29 +0300 |
| commit | 6930922749bb8f35858d0e93391ee8331926107a (patch) | |
| tree | ae0c4eef449c7e1ff830280a285837df4eca279b | |
| parent | bc6b4ddbdde231f6a55750e2245b018527b5c2b9 (diff) | |
Add heroku 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..047d0ff --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: uvicorn iss:app --port=${PORT} |
