ak0601 commited on
Commit
e03974a
·
verified ·
1 Parent(s): d0126d2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ COPY . .
30
  EXPOSE 8000
31
 
32
  # Command to run the FastAPI app
33
- CMD ["uvicorn", "app:app","--reload"]
 
30
  EXPOSE 8000
31
 
32
  # Command to run the FastAPI app
33
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]