From d04491f17ea5731087b1e0d6ca38426d0c855b57 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 12 Dec 2023 11:18:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=87=E5=AE=9A=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]