fix: 修复订阅列表查询逻辑并更新Dockerfile配置

修复订阅列表查询中服务器组为空时的处理逻辑,避免潜在错误
在getSubscribeListLogic.go中添加服务器数量统计功能
更新Dockerfile添加logs目录拷贝
清理ppanel.yaml配置文件中的合并冲突和冗余配置
This commit is contained in:
2025-08-17 04:28:32 -07:00
parent e898e6afbe
commit 41423ca666
4 changed files with 19 additions and 46 deletions
+1
View File
@@ -38,6 +38,7 @@ WORKDIR /app
COPY --from=builder /app/ppanel /app/ppanel
COPY --from=builder /build/etc /app/etc
COPY --from=builder /build/logs /app/logs
# Expose the port (optional)
EXPOSE 8080