| # 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 |