usmanyousaf commited on
Commit
dd5cd0d
·
verified ·
1 Parent(s): 30a0bb5

Update Dockerfile

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