pvanand commited on
Commit
44451eb
·
verified ·
1 Parent(s): f6423d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ EXPOSE 7860
17
  ENV FLASK_APP=app.py
18
 
19
  # Run the application using Gunicorn
20
- CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
 
17
  ENV FLASK_APP=app.py
18
 
19
  # Run the application using Gunicorn
20
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]