pg-13 commited on
Commit
aec8747
·
verified ·
1 Parent(s): d76c7bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
 
7
 
8
  RUN pip install -r requirements.txt
9
- EXPOSE 5000
10
 
11
  CMD ["python3", "app.py", "--host", "0.0.0.0", "--port", "7860"]
12
 
 
6
 
7
 
8
  RUN pip install -r requirements.txt
9
+ EXPOSE 7860
10
 
11
  CMD ["python3", "app.py", "--host", "0.0.0.0", "--port", "7860"]
12