diff --git a/Dockerfile b/Dockerfile index 875688c..b281d1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ USER node COPY --chown=node package*.json /home/node-service -RUN npm i +RUN npm i --registry=http://registry.npmmirror.com COPY --chown=node . /home/node-service CMD ["node", "index.js"]