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 .