- 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
- 修复Dockerfile中脚本调用缺少完整路径问题 - 修复customer脚本中错误的/colovu/lib/路径引用 - 升级build.sh采用新版build_local.sh架构 - 更新nginx版本从1.29.3升级到1.29.4 - 更新overrides脚本文件名匹配版本号 - 统一架构检测使用TARGETARCH变量