Jainish1808 commited on
Commit
6f7808a
·
verified ·
1 Parent(s): 1df402b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -28,8 +28,5 @@ ENV HOME=/home/user \
28
  PATH=/home/user/.local/bin:$PATH \
29
  PYTHONUNBUFFERED=1
30
 
31
- # Expose port 7860 (Hugging Face Spaces default)
32
- EXPOSE 8000
33
-
34
  # Run FastAPI with uvicorn
35
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
28
  PATH=/home/user/.local/bin:$PATH \
29
  PYTHONUNBUFFERED=1
30
 
 
 
 
31
  # Run FastAPI with uvicorn
32
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]