mirror of
https://github.com/PeterMaquiran/tvone-api.git
synced 2026-04-22 12:05:50 +00:00
@@ -3,10 +3,6 @@ FROM node:20
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# 1. Install system dependencies
|
|
||||||
# Added 'libcrypto3' and 'libssl3' which Prisma often needs on newer Alpine
|
|
||||||
RUN apk add --no-cache openssl libc6-compat libcrypto3 libssl3
|
|
||||||
|
|
||||||
# Enable pnpm
|
# Enable pnpm
|
||||||
RUN corepack enable && corepack prepare pnpm@latest --activate
|
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user