alho94 commited on
Commit
5d3e68b
·
verified ·
1 Parent(s): 920cf43

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
12
  COPY . .
13
 
14
  # Expose the FastAPI default port
15
- EXPOSE 8000
16
 
17
  # Run the FastAPI app with Uvicorn
18
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
12
  COPY . .
13
 
14
  # Expose the FastAPI default port
15
+ EXPOSE 7860
16
 
17
  # Run the FastAPI app with Uvicorn
18
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]