From 0d2a196448889fedb69a51ec6c9084f0bc8f9aef Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Sun, 6 Jul 2025 21:00:32 +0200 Subject: [PATCH] Fix yarn patch not being taken into account during build --- packages/twenty-docker/twenty/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-docker/twenty/Dockerfile b/packages/twenty-docker/twenty/Dockerfile index d5f71978c..217eed0e7 100644 --- a/packages/twenty-docker/twenty/Dockerfile +++ b/packages/twenty-docker/twenty/Dockerfile @@ -6,6 +6,7 @@ WORKDIR /app # Copy only the necessary files for dependency resolution COPY ./package.json ./yarn.lock ./.yarnrc.yml ./tsconfig.base.json ./nx.json /app/ COPY ./.yarn/releases /app/.yarn/releases +COPY ./.yarn/patches /app/.yarn/patches COPY ./.prettierrc /app/ COPY ./packages/twenty-emails/package.json /app/packages/twenty-emails/