rwadurian/backend
Developer 0388aee2d4 fix(backup-service): 修复 builder stage 使用 Alpine 导致 Prisma 失败
问题:
- Builder stage 使用 node:20-alpine
- Prisma 在 Alpine 上下载二进制文件时网络错误
- linux-musl-openssl 兼容性问题

解决:
- Builder 和 Production 都使用 node:20-slim
- 统一使用 Debian base image
- 在 builder stage 安装 OpenSSL

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 10:07:05 -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(backup-service): 修复 builder stage 使用 Alpine 导致 Prisma 失败 2025-12-02 10:07:05 -08:00