rwadurian/backend/services/reporting-service
Developer 9b4a1d119c fix(services): switch from Alpine to Debian slim for Prisma OpenSSL
Alpine 3.22 removed openssl1.1-compat package which Prisma needs.
Switched production stage from node:20-alpine to node:20-slim (Debian)
which has proper OpenSSL support.

Changes:
- Use node:20-slim for production stage (keep Alpine for build)
- Install openssl and wget via apt-get
- Update user creation from Alpine (addgroup/adduser) to Debian (groupadd/useradd)

Validated identity-service build and startup in WSL2:
- Build passes successfully
- NestJS starts and loads all routes
- Prisma client connects without OpenSSL errors

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 04:12:27 -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(services): switch from Alpine to Debian slim for Prisma OpenSSL 2025-12-02 04:12:27 -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