Euryeth commited on
Commit
b733f6a
·
verified ·
1 Parent(s): 30e41eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,6 +28,6 @@ RUN pip3 install --no-cache-dir -r requirements.txt
28
 
29
  COPY . .
30
 
31
- EXPOSE 8081
32
 
33
  CMD ["python3", "app.py"]
 
28
 
29
  COPY . .
30
 
31
+ EXPOSE 7860
32
 
33
  CMD ["python3", "app.py"]