[docker] Also copy yarn plugins

This commit is contained in:
Laura Hausmann 2023-10-19 03:28:29 +02:00
parent 4d6c4fbad9
commit 151c6ec9ef
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -14,6 +14,7 @@ COPY packages/sw/package.json packages/sw/package.json
COPY packages/iceshrimp-js/package.json packages/iceshrimp-js/package.json
# Prepare yarn cache
COPY .yarn/plugins .yarn/plugins
COPY .yarn/cache .yarn/cache
RUN --mount=type=cache,target=/iceshrimp/.yarncache cp -Tr .yarncache .yarn