diff --git a/web/Dockerfile b/web/Dockerfile index b5423463ab..22dec51131 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 +RUN pnpm install --frozen-lockfile -P # build resources FROM base AS builder