diff --git a/Dockerfile b/Dockerfile index 6afb700..de1f9be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re WORKDIR /app -RUN yarn config set registry https://mirrors.cloud.tencent.com/npm/ +RUN yarn config set registry https://mirrors.huaweicloud.com/repository/npm/ COPY package.json yarn.lock ./ RUN yarn --frozen-lockfile