fix: API Dockerfile 添加 scripts/ 目录,修复 deploy-production 验证脚本缺失 #95

Merged
xiaoxia merged 1 commits from fix/deploy-production-scripts into main 2026-06-29 09:32:20 +08:00

1 Commits

Author SHA1 Message Date
API文档维护Agent 4f9feb8c5a fix: API Dockerfile 添加 scripts/ 目录拷贝
Tests / lint (pull_request) Failing after 243h40m17s
Tests / test (pull_request) Failing after 243h40m17s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 243h40m52s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 243h40m53s
deploy-production.sh 在 API 容器内执行
python /app/scripts/validate_release_env.py,
当前 Dockerfile 未 COPY scripts 目录导致文件不存在、Deploy 步骤失败。

添加 COPY scripts/ /app/scripts/ 使部署验证脚本可用。
2026-06-29 09:13:27 +08:00