Hamza0426 commited on
Commit
b4b0967
·
1 Parent(s): 7a02c70

Docker update

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
10
  COPY app.py .
11
 
12
  # HuggingFace Spaces requires port 7860
13
- EXPOSE 7861
14
 
15
  # Run Flask via gunicorn
16
- CMD ["gunicorn", "--bind", "0.0.0.0:7861", "--timeout", "120", "app:app"]
 
10
  COPY app.py .
11
 
12
  # HuggingFace Spaces requires port 7860
13
+ EXPOSE 7860
14
 
15
  # Run Flask via gunicorn
16
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--timeout", "120", "app:app"]