Browse Source

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

tags/1.0.0
Joel 8 months ago
parent
commit
8a2301af56
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/Dockerfile

+ 1
- 1
web/Dockerfile View File

# 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

Loading…
Cancel
Save