修改端口为7400

This commit is contained in:
2025-11-05 13:32:14 +08:00
parent 3a8a498648
commit d69d0158d8
9 changed files with 28 additions and 28 deletions

View File

@@ -31,7 +31,7 @@ COPY . .
RUN mkdir -p templates static/css static/js logs data models
# 暴露端口
EXPOSE 5000
EXPOSE 7400
# 开发模式使用Flask开发服务器
CMD ["python", "start_web.py"]