Nechba commited on
Commit
cf38ef0
·
verified ·
1 Parent(s): 588114c

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", "main:app", "--host", "0.0.0.0", "--port", "8080"]