From 7b81f6b824443321218a886780b81001d7b7d0c8 Mon Sep 17 00:00:00 2001 From: wenyongda Date: Thu, 24 Jul 2025 13:03:34 +0800 Subject: [PATCH] =?UTF-8?q?Dockerfile=E6=96=87=E4=BB=B6=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=AE=89=E8=A3=85pnpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c449882..ca57766 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app COPY . . +RUN npm install -g pnpm RUN pnpm install RUN pnpm build