feature/ai-search #2

Open
mmintel wants to merge 153 commits from feature/ai-search into main
Showing only changes of commit 590c542b73 - Show all commits

View File

@@ -18,6 +18,7 @@ ENV CI=true
# Copy lockfile and manifest for dependency installation caching
COPY pnpm-lock.yaml package.json .npmrc* ./
COPY patches* ./patches/
# Configure private registry and install dependencies
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \