Nechba commited on
Commit
a56bcee
·
verified ·
1 Parent(s): 32ac94a

Update dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
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"]