sanch1tx commited on
Commit
09b282e
·
verified ·
1 Parent(s): 359f7b1

Update Dockerfile

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