增加dockerfile配置

This commit is contained in:
2026-04-09 15:58:05 +08:00
parent 14a429f4ae
commit cfcf705503
9 changed files with 306 additions and 7 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 3006
# 使用root用户运行
CMD ["./main"]