mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-21 21:45:11 +00:00
(not great) deps trimming
This commit is contained in:
parent
9e5be84348
commit
40cd0add8d
1 changed files with 2 additions and 1 deletions
|
@ -60,8 +60,9 @@ COPY --link ["packages/misskey-bubble-game/package.json", "./packages/misskey-bu
|
|||
|
||||
ARG NODE_ENV=production
|
||||
|
||||
RUN node scripts/trim-deps.mjs
|
||||
RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \
|
||||
pnpm i --frozen-lockfile --aggregate-output
|
||||
pnpm i --aggregate-output
|
||||
|
||||
FROM --platform=$TARGETPLATFORM node:${NODE_VERSION}-slim AS runner
|
||||
|
||||
|
|
Loading…
Reference in a new issue