1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Server: Add yarn patches to Docker image

This commit is contained in:
Laurent Cozic 2023-07-01 12:52:30 +01:00
parent fbf2fef17c
commit e91e38c4e6

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 .