yuoop commited on
Commit
bddfc66
·
verified ·
1 Parent(s): 9c93dcd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  COPY . .
15
 
16
  # Expose the port that FastAPI will run on
17
- EXPOSE 8080
18
 
19
  # Command to run the FastAPI application
20
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]
 
14
  COPY . .
15
 
16
  # Expose the port that FastAPI will run on
17
+ EXPOSE 7860
18
 
19
  # Command to run the FastAPI application
20
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]