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> |
||
|---|---|---|
| .. | ||
| docs | ||
| prisma | ||
| src | ||
| test | ||
| .env.example | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc | ||
| DEVELOPMENT_GUIDE.md | ||
| Dockerfile | ||
| Dockerfile.test | ||
| Makefile | ||
| deploy.sh | ||
| docker-compose.test.yml | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||