From c3e87363551cd436774ebe2e08185a8126dbedb6 Mon Sep 17 00:00:00 2001 From: "142vip.cn" Date: Thu, 26 Oct 2023 22:23:09 +0800 Subject: [PATCH] =?UTF-8?q?perf(Dockerfile):=20=E6=94=AF=E6=8C=81node18.18?= =?UTF-8?q?.0?= 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 af89554..3f8e986 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN echo $CONTAINER_BUILD ## 基于容器自动构建 RUN if [ "$CONTAINER_BUILD" = "true" ]; then \ - npm i pnpm@7 -g && pnpm i -D && ./scripts/bundle build; \ + sh ./scripts/ci && pnpm build; \ fi; FROM registry.cn-hangzhou.aliyuncs.com/142vip/nginx:1.23.0-alpine