@@ -1,6 +1,6 @@
FROM node:16 AS base
WORKDIR /code
-RUN yarn config set registry https://registry.npm.taobao.org/
+RUN yarn config set registry https://registry.npmmirror.com
ADD package.json /code
RUN yarn install
ADD . /code