first commit
Browse files- main.py → app.py +0 -0
- dockerfile +1 -1
main.py → app.py
RENAMED
File without changes
|
dockerfile
CHANGED
@@ -36,4 +36,4 @@ COPY . .
|
|
36 |
EXPOSE 80
|
37 |
|
38 |
# Command to run the Uvicorn server using check_health.sh to wait for the model_server
|
39 |
-
CMD ["uvicorn", "
|
|
|
36 |
EXPOSE 80
|
37 |
|
38 |
# Command to run the Uvicorn server using check_health.sh to wait for the model_server
|
39 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80","--log-level","debug"]
|