From 8ddf8d56e8e71e833bfca775e658a1464a4eee58 Mon Sep 17 00:00:00 2001 From: tbxark Date: Thu, 14 Nov 2024 15:47:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=AE=80=E5=8C=96Dockerfile=E4=B8=AD?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 932b7b94..9d13227d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./ RUN npm install -g pnpm COPY . . RUN pnpm install -RUN pnpm -r run build +RUN pnpm run build:local FROM node:alpine AS production