mirror of https://github.com/laurent22/joplin.git
Server: Add yarn patches to Docker image
parent
fbf2fef17c
commit
e91e38c4e6
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue