From 451a92218251c7a011193d97b0ed0f69da5982c4 Mon Sep 17 00:00:00 2001 From: huxin <1219654535@qq.com> Date: Sat, 25 May 2024 03:21:23 +0800 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cef6bc7..6250bc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ COPY . . # RUN pnpm i # RUN pnpm build # RUN pnpm generate +RUN yarn config set registry https://registry.npmmirror.com RUN yarn # RUN yarn build RUN yarn generate