From a3b7f2cc51ce5786ab95aea98c0640935f384697 Mon Sep 17 00:00:00 2001 From: MerCry Date: Thu, 26 Feb 2026 02:13:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Docker=E6=9E=84=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E5=A4=8D=E5=88=B6README.md=E6=96=87=E4=BB=B6=20[AC-AISVC-01]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai-service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-service/Dockerfile b/ai-service/Dockerfile index 7620e5e..52aab35 100644 --- a/ai-service/Dockerfile +++ b/ai-service/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app RUN pip install --no-cache-dir uv -COPY pyproject.toml . +COPY pyproject.toml README.md ./ RUN uv pip install --system --no-cache-dir .