omaralaa2004 commited on
Commit
ac71359
·
verified ·
1 Parent(s): 735df71

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,6 +6,6 @@ COPY . /app
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
- EXPOSE 7860 # Changed from 5000 to match Hugging Face Spaces default
10
 
11
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"] # Use gunicorn instead of python app.py
 
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
+ EXPOSE 7860
10
 
11
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]