Jofthomas commited on
Commit
0b53583
·
verified ·
1 Parent(s): 435fcc1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -9,8 +9,8 @@ RUN pip install --no-cache-dir -r requirements.txt
9
 
10
  COPY . .
11
 
12
- EXPOSE 7861
13
 
14
- ENV PORT=7861
15
 
16
  CMD ["python", "app.py"]
 
9
 
10
  COPY . .
11
 
12
+ EXPOSE 7860
13
 
14
+ ENV PORT=7860
15
 
16
  CMD ["python", "app.py"]