2 Commits

Author SHA1 Message Date
endial 105fb9f9cf fix: restore Dockerfile and TODO.md changes consistent with 1.28 branch
ci/woodpecker/push/woodpecker Pipeline failed
- Correct COPY order in Dockerfile (COPY customer/ first, then COPY --from=builder)
- Update EXPOSE ports from 80 443 to 8080 8443
- Update HEALTHCHECK to use curl on port 8080
- Add nginx.conf reference content to TODO.md
2026-01-26 14:16:46 +08:00
endial e8d70fcef1 refactor: 修复nginx脚本调用错误并升级到新版架构
ci/woodpecker/push/woodpecker Pipeline was successful
- 修复Dockerfile中脚本调用缺少完整路径问题
- 修复customer脚本中错误的/colovu/lib/路径引用
- 升级build.sh采用新版build_local.sh架构
- 更新nginx版本从1.29.3升级到1.29.4
- 更新overrides脚本文件名匹配版本号
- 统一架构检测使用TARGETARCH变量
2026-01-23 09:33:35 +08:00