diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-17 18:34:17 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-17 18:34:17 +0200 |
commit | ae522375b26a0e13ee4de46d68b2509bdcea28a5 (patch) | |
tree | 8ca9b436ed77b1436c476c9dd303d66f16cc691d | |
parent | 47180572bf1c2fe6bd9f6f05ee59c28c4509db9c (diff) |
Fix Procfile
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -web: uvicorn api.main:app +web: uvicorn api.main:app --host=0.0.0.0 --port=${PORT:-5000} |