Server: Add yarn patches to Docker image

pull/8404/head
Laurent Cozic 2023-07-01 12:52:30 +01:00
parent fbf2fef17c
commit e91e38c4e6
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ WORKDIR /build
COPY .yarn/plugins ./.yarn/plugins
COPY .yarn/releases ./.yarn/releases
COPY .yarn/patches ./.yarn/patches
COPY package.json .
COPY .yarnrc.yml .
COPY yarn.lock .