Zhofang commited on
Commit
fd0457b
1 Parent(s): 2f2748e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,5 +3,5 @@ WORKDIR /code
3
  RUN apt update -y && apt upgrade -y
4
  RUN apt install python3 -y && apt install python3-pip -y
5
  RUN pip3 install flask --break-system-packages
6
- EXPOSE 786
7
  CMD ["python", "app.py"]
 
3
  RUN apt update -y && apt upgrade -y
4
  RUN apt install python3 -y && apt install python3-pip -y
5
  RUN pip3 install flask --break-system-packages
6
+ EXPOSE 7860
7
  CMD ["python", "app.py"]