From 3467ad3d02af3c407fad37de2f09707de04832f6 Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 19 Feb 2025 14:00:33 +0800 Subject: [PATCH] fix: build error 2 (#14003) --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 22dec51131..b5423463ab 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -22,7 +22,7 @@ COPY pnpm-lock.yaml . # if you located in China, you can use taobao registry to speed up # RUN pnpm install --frozen-lockfile --registry https://registry.npmmirror.com/ -RUN pnpm install --frozen-lockfile -P +RUN pnpm install --frozen-lockfile # build resources FROM base AS builder