rwadurian/backend/services/reporting-service
Developer 8fe4f651dc fix(reporting-service): 修复 Dockerfile 构建和健康检查
- builder 阶段从 alpine 改为 slim (解决 Prisma 兼容性)
- 添加 OpenSSL 依赖到 builder 阶段
- 添加构建验证步骤
- 修复健康检查 URL: /health → /api/v1/health
- 添加 NODE_ENV=production

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 07:44:36 -08:00
..
docs feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
prisma feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
src feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
test feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
.dockerignore feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
.env.example feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
.gitignore feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
DEVELOPMENT_GUIDE.md . 2025-12-01 03:54:55 -08:00
Dockerfile fix(reporting-service): 修复 Dockerfile 构建和健康检查 2025-12-02 07:44:36 -08:00
Dockerfile.test feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
Makefile feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
deploy.sh feat(services): add individual deploy scripts for each service 2025-12-02 03:36:50 -08:00
docker-compose.test.yml feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
nest-cli.json feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
package-lock.json feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
package.json feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
tsconfig.build.json feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00
tsconfig.json feat(reporting-service): Implement complete reporting service with DDD architecture 2025-12-01 08:12:57 -08:00