From bd38e7816a3b2775ef42d6e2140fffa790f09998 Mon Sep 17 00:00:00 2001 From: MerCry Date: Thu, 26 Feb 2026 02:21:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dnpm=E5=8F=AF=E9=80=89?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=AE=89=E8=A3=85=E9=97=AE=E9=A2=98=20[AC-AI?= =?UTF-8?q?SVC-01]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai-service-admin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-service-admin/Dockerfile b/ai-service-admin/Dockerfile index fe22ad8..d603ec0 100644 --- a/ai-service-admin/Dockerfile +++ b/ai-service-admin/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app COPY package*.json ./ -RUN npm ci +RUN npm ci --include=optional || npm install COPY . .