NPM Mirror Bot 2022-02-11 13:55:59 +00:00
parent d638be3455
commit 02192b5863

View File

@ -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