usmanyousaf commited on
Commit
26ca40f
·
verified ·
1 Parent(s): a354097

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ WORKDIR /app
14
  COPY . /app
15
 
16
  # Command to run your FastAPI app
17
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]
 
14
  COPY . /app
15
 
16
  # Command to run your FastAPI app
17
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]