瀏覽代碼

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

tags/1.0.0
Joel 8 月之前
父節點
當前提交
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
# 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

Loading…
取消
儲存