@@ -4,6 +4,8 @@ WORKDIR /code
ADD package.json /code
+RUN npm config set registry https://registry.npmmirror.com
+
RUN npm install
ADD . /code