mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
[docker] Also copy yarn plugins
This commit is contained in:
parent
4d6c4fbad9
commit
151c6ec9ef
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ COPY packages/sw/package.json packages/sw/package.json
|
||||||
COPY packages/iceshrimp-js/package.json packages/iceshrimp-js/package.json
|
COPY packages/iceshrimp-js/package.json packages/iceshrimp-js/package.json
|
||||||
|
|
||||||
# Prepare yarn cache
|
# Prepare yarn cache
|
||||||
|
COPY .yarn/plugins .yarn/plugins
|
||||||
COPY .yarn/cache .yarn/cache
|
COPY .yarn/cache .yarn/cache
|
||||||
RUN --mount=type=cache,target=/iceshrimp/.yarncache cp -Tr .yarncache .yarn
|
RUN --mount=type=cache,target=/iceshrimp/.yarncache cp -Tr .yarncache .yarn
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue