diff --git a/Dockerfile b/Dockerfile index 9e23b44..0c68482 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:lts-alpine WORKDIR /app COPY . /app -RUN npm config set registry "https://registry.npm.taobao.org/" \ +RUN npm config set registry "https://registry.npmmirror.com/" \ && npm install -g npm husky \ && npm install --production