mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
[docker] Also copy yarn plugins
This commit is contained in:
parent
4d6c4fbad9
commit
151c6ec9ef
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user