mirror of
https://github.com/PeterMaquiran/tvone-api.git
synced 2026-04-23 04:25:50 +00:00
@@ -2,6 +2,9 @@ FROM node:22-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Install openssl and libc6-compat (Required for Prisma on Alpine)
|
||||
RUN apk add --no-cache openssl libc6-compat
|
||||
|
||||
# Enable pnpm
|
||||
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user