jerrrycans commited on
Commit
e21bf31
·
verified ·
1 Parent(s): 9734fa7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,6 +7,6 @@ COPY requirements.txt /app/
7
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9
 
10
- EXPOSE 5000
11
 
12
  CMD ["python", "app.py"]
 
7
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9
 
10
+ EXPOSE 7860
11
 
12
  CMD ["python", "app.py"]