sharktide commited on
Commit
8df1ea5
·
verified ·
1 Parent(s): 6988e6a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN pip install --no-cache-dir -r requirements.txt
22
  COPY --chown=user . /app
23
 
24
  # Command to run your FastAPI app (adjust as necessary)
25
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80"]
 
22
  COPY --chown=user . /app
23
 
24
  # Command to run your FastAPI app (adjust as necessary)
25
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]