Wajahat698 commited on
Commit
a5ea042
·
verified ·
1 Parent(s): a21645d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN pip install --upgrade pip
18
  RUN pip install -r requirements.txt
19
 
20
  # Expose port
21
- EXPOSE 5000
22
 
23
  # Start the server
24
  CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
 
18
  RUN pip install -r requirements.txt
19
 
20
  # Expose port
21
+ EXPOSE 7860
22
 
23
  # Start the server
24
  CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]