diff --git a/Dockerfile b/Dockerfile index 0151c9e..cb0eecf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /cache COPY package.json . COPY pnpm-lock.yaml . +COPY patches ./patches RUN corepack enable RUN pnpm install