chore: update registry mirror

This commit is contained in:
roller
2023-05-04 11:26:14 +08:00
committed by GitHub
parent 5f8fc3d155
commit e1549d109e

View File

@@ -8,7 +8,7 @@ WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn config set registry 'https://registry.npm.taobao.org'
RUN yarn config set registry 'https://registry.npmmirror.com/'
RUN yarn install
FROM base AS builder