Merge pull request #316 from PatchMon/feature/alpine

adding ssl
This commit is contained in:
9 Technology Group LTD
2025-11-15 00:46:00 +00:00
committed by GitHub

View File

@@ -36,6 +36,9 @@ CMD ["/app/entrypoint.sh"]
# Use Debian-based Node for better QEMU ARM64 compatibility
FROM node:lts-slim AS builder
# Install OpenSSL for Prisma
RUN apt-get update -y && apt-get install -y openssl && rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY --chown=node:node package*.json ./