This commit is contained in:
GH Action - Upstream Sync 2023-05-04 07:01:23 +00:00
commit e10819ccb5

View File

@ -8,7 +8,7 @@ WORKDIR /app
COPY package.json yarn.lock ./ 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 RUN yarn install
FROM base AS builder FROM base AS builder