Nechba commited on
Commit
e694657
·
1 Parent(s): 0b644a6

first commit

Browse files
Files changed (2) hide show
  1. main.py → app.py +0 -0
  2. 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", "main:app", "--host", "0.0.0.0", "--port", "80","--log-level","debug"]
 
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"]