rwadurian/backend
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
..
api-gateway first commit 2025-11-23 21:21:44 -08:00
mpc-system fix(tproxy): detect clash process with any name (clash-linux-amd64, etc.) 2025-12-02 01:28:17 -08:00
services fix(services): switch from Alpine to Debian slim for Prisma OpenSSL 2025-12-02 04:12:27 -08:00