ave
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-19 22:37:31 +01:00
parent 6775ed2f91
commit 532f7611a6
+3
View File
@@ -2,6 +2,9 @@ FROM node:22-alpine
WORKDIR /app WORKDIR /app
# Install openssl and libc6-compat (Required for Prisma on Alpine)
RUN apk add --no-cache openssl libc6-compat
# Enable pnpm # Enable pnpm
RUN corepack enable && corepack prepare pnpm@latest --activate RUN corepack enable && corepack prepare pnpm@latest --activate