@@ -4,6 +4,7 @@ WORKDIR /usr/src/app
COPY . .
+RUN npm config set registry https://registry.npmmirror.com/
RUN npm install -g npm
RUN npm install