修改端口为7400
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user