网络环境调整

This commit is contained in:
2026-04-13 13:25:38 +08:00
parent 224f130371
commit e37ec0ec08
4 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ RUN mkdir -p /logs /app/resource/log/run /app/resource/log/server
# 添加执行权限
RUN chmod +x /app/main
EXPOSE 8808
EXPOSE 9001
# 使用root用户运行
CMD ["./main"]