网络环境调整

This commit is contained in:
2026-04-13 13:25:40 +08:00
parent 00018cb47e
commit 076aa26036
4 changed files with 11 additions and 11 deletions

View File

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