From 52970812cb486657e0de7c04e51949130f5febc4 Mon Sep 17 00:00:00 2001 From: Leex Date: Sun, 23 Feb 2025 22:28:24 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a4dca95..1cd3f0bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,8 @@ COPY package.json pnpm-lock.yaml ./ #RUN npm install -g corepack@latest -RUN corepack enable pnpm && pnpm install +#RUN corepack enable pnpm && pnpm install +RUN npm install -g pnpm && pnpm install # Copy the rest of your app's source code COPY . .