From a8ec9b7c771f644711cb36cc3a6141f8fc71f393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A6=83=E6=98=8C=E6=B3=A2?= Date: Thu, 30 Jun 2022 06:57:22 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= 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 b166ad8..08e5f83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ COPY .nuxt /workload/.nuxt COPY static /workload/static -RUN npm i +RUN npm install --registry=https://registry.npm.taobao.org EXPOSE 3000 CMD npm run start