mirror of
https://example.com
synced 2024-11-23 09:56:39 +09:00
docker immutable install
This commit is contained in:
parent
2c8d317eaf
commit
d56cd55189
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ RUN apk add git ffmpeg tini alpine-sdk python3
|
||||||
# Configure corepack and yarn
|
# Configure corepack and yarn
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
RUN yarn set version berry
|
RUN yarn set version berry
|
||||||
|
RUN yarn install --immutable
|
||||||
RUN yarn plugin import workspace-tools
|
RUN yarn plugin import workspace-tools
|
||||||
|
|
||||||
# Build project (pnp dependencies are installed)
|
# Build project (pnp dependencies are installed)
|
||||||
|
|
Loading…
Reference in a new issue