NitinBot001 commited on
Commit
7dc098a
·
verified ·
1 Parent(s): 19b77d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN pip install --no-cache-dir -r requirements.txt
19
  COPY . .
20
 
21
  # Expose port
22
- EXPOSE 8000
23
 
24
  # Run app using Gunicorn
25
- CMD ["gunicorn", "--bind", "0.0.0.0:8000", "app:app"]
 
19
  COPY . .
20
 
21
  # Expose port
22
+ EXPOSE 7860
23
 
24
  # Run app using Gunicorn
25
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]