docker immutable install

This commit is contained in:
cutestnekoaqua 2022-12-27 00:46:56 +01:00
parent 2c8d317eaf
commit d56cd55189
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0

View file

@ -13,6 +13,7 @@ RUN apk add git ffmpeg tini alpine-sdk python3
# Configure corepack and yarn
RUN corepack enable
RUN yarn set version berry
RUN yarn install --immutable
RUN yarn plugin import workspace-tools
# Build project (pnp dependencies are installed)