From 590c542b7302da3fd5faa8b6954c8896575a06d7 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sat, 7 Mar 2026 23:34:26 +0100 Subject: [PATCH] ci: fix Docker build missing patches directory --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 87d9b843..d5e5aa83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \