Skip to content

Commit

Permalink
build: remove unnecessary package.json (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jul 29, 2024
1 parent 8cc8a1c commit fabad1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ COPY --link --from=fetch-pnpm /pnpm/ /pnpm/
ARG TARGETPLATFORM
RUN --mount=type=cache,id=pnpm-$TARGETPLATFORM,target=/.pnpm-store/ \
--mount=type=bind,from=change-npmrc,source=/_/.npmrc,target=.npmrc \
--mount=type=bind,source=package.json,target=package.json \
--mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
PRISMA_SKIP_POSTINSTALL_GENERATE=true pnpm fetch

Expand Down

0 comments on commit fabad1b

Please sign in to comment.