测试服务器IP配置变更

This commit is contained in:
2026-04-08 22:14:21 +08:00
parent e1c22c5132
commit f53659579e
2 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ COPY timezone/Shanghai /usr/share/zoneinfo/Asia/Shanghai
COPY gateway_binary ./main
COPY config.yml ./
# 添加执行权限
RUN chmod +x /app/main
# 创建日志目录
RUN mkdir -p /logs /app/resource/log/run /app/resource/log/server

BIN
gateway_binary Executable file

Binary file not shown.