diff --git a/Dockerfile.dev b/Dockerfile.dev index b2c3d258..18446181 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -3,7 +3,7 @@ FROM node:latest WORKDIR /usr/src/app/ COPY package.json ./ -RUN npm install --silent --no-cache --registry=https://registry.npm.taobao.org +RUN npm install --silent --no-cache --registry=https://registry.npmmirror.com COPY ./ ./