From 06c9e38b23f0ae29430fbf933cbd0feb2a1dfd3d Mon Sep 17 00:00:00 2001 From: Taken Date: Wed, 2 Oct 2024 23:46:50 +0200 Subject: [PATCH] Fixed docker file --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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