summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-21 23:29:10 +0300
committerYuval Adam <_@yuv.al>2020-09-21 23:29:10 +0300
commitd25708b978b50c905b062eb8ba3970e48ae276e8 (patch)
treecabb9f355cf557939147c32670d42f024aa816b8 /Procfile
parent3526314e0af5331ac25435d93ab225c37c6e62dc (diff)
Split server and prediction files
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 61257a4..47d1b5d 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: uvicorn iss:app --host=0.0.0.0 --port=${PORT}
+web: uvicorn iss.server:app --host=0.0.0.0 --port=${PORT}