浏览代码

fix: fix build web image install problem (#13994)

Joel 2 月之前
父节点
当前提交
8a2301af56
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/Dockerfile

+ 1 - 1
web/Dockerfile

@@ -22,7 +22,7 @@ COPY pnpm-lock.yaml .
 # if you located in China, you can use taobao registry to speed up
 # 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 --registry https://registry.npmmirror.com/
 
 
-RUN pnpm install --frozen-lockfile
+RUN pnpm install --frozen-lockfile -P
 
 
 # build resources
 # build resources
 FROM base AS builder
 FROM base AS builder