diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-09 02:58:09 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-09 02:58:09 +0200 |
commit | 6b2bcaf0ac24005d272ea84073ba80270ff2d6a7 (patch) | |
tree | 5b763836f915243fa0642ae0138046febf36dbaf /Procfile | |
parent | 40b91e7ad411c28486efee4ea90072384c8ad3ec (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..8bdbe8e --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: uvicorn app.main:app --host=0.0.0.0 --port=${PORT:-5000} |