From 35de8a40d8e142f201f2a216458154f06f858aa3 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 16 Jun 2023 20:35:08 +0200 Subject: [PATCH] fix(docker): copy patches prior to installing dependencies so that the installation actually works --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d20405020..275913525 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ ENV PNPM_CACHE_FOLDER .cache/pnpm/ COPY package.json ./ COPY pnpm-lock.yaml ./ +COPY patches ./patches/ RUN if [ "$USE_RELEASE" != true ]; then \ # https://pnpm.io/installation#using-corepack