From a9bc5787cd1f483fdd755a6e0b5315ba6704ba20 Mon Sep 17 00:00:00 2001 From: josef Date: Fri, 16 Feb 2024 11:19:31 -0800 Subject: [PATCH] fix docker build, remove COPY patches (#548) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1af2f7ea..63d054da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,6 @@ RUN corepack enable FROM base as fetcher # pnpm fetch only requires lockfile, but we'll need to build workspaces COPY pnpm*.yaml ./ -COPY patches ./patches # mount pnpm store as cache & fetch dependencies RUN --mount=type=cache,id=pnpm-store,target=/root/.local/share/pnpm-store \ pnpm fetch --ignore-scripts