Copy patch in twenty-website dockerFile (#13265)

failing run
https://github.com/twentyhq/twenty-infra/actions/runs/16349648173/job/46192749052
This commit is contained in:
Paul Rastoin
2025-07-17 18:02:32 +02:00
committed by GitHub
parent 0752f24638
commit 4a3139c9e0

View File

@ -7,6 +7,7 @@ COPY ./package.json .
COPY ./yarn.lock .
COPY ./.yarnrc.yml .
COPY ./.yarn/releases /app/.yarn/releases
COPY ./.yarn/patches /app/.yarn/patches
COPY ./tools/eslint-rules /app/tools/eslint-rules
COPY ./packages/twenty-ui/package.json /app/packages/twenty-ui/
COPY ./packages/twenty-shared/package.json /app/packages/twenty-shared/