songhieng commited on
Commit
197c076
·
verified ·
1 Parent(s): d12d51e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ COPY . /app
25
  EXPOSE 8000
26
 
27
  # Command to run the FastAPI application using Uvicorn
28
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
25
  EXPOSE 8000
26
 
27
  # Command to run the FastAPI application using Uvicorn
28
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]