Skip to content

Commit

Permalink
chore: update registry mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
sanding0 authored May 4, 2023
1 parent 5f8fc3d commit e1549d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1549d1

Please sign in to comment.