shubhjo commited on
Commit
d9ab7e2
·
verified ·
1 Parent(s): e1ad999

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 app.py .
15
 
16
  # Expose port for FastAPI
17
- EXPOSE 8000
18
 
19
  # Run the FastAPI app with uvicorn
20
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
14
  COPY app.py .
15
 
16
  # Expose port for FastAPI
17
+ EXPOSE 7860
18
 
19
  # Run the FastAPI app with uvicorn
20
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]