nanoppa commited on
Commit
4b84886
·
verified ·
1 Parent(s): 9ac0ed1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY . .
10
  RUN pip install --no-cache-dir flask requests
11
 
12
  # 暴露端口
13
- EXPOSE 5002
14
 
15
  # 运行应用
16
  CMD ["python", "app.py"]
 
10
  RUN pip install --no-cache-dir flask requests
11
 
12
  # 暴露端口
13
+ EXPOSE 5200
14
 
15
  # 运行应用
16
  CMD ["python", "app.py"]