We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d711696 commit b3c813bCopy full SHA for b3c813b
Dockerfile
@@ -27,8 +27,6 @@ RUN pnpm config set store-dir /.pnpm-store
27
COPY --link .npmrc .node-version ./
28
RUN echo "use-node-version=`cat .node-version`" >> .npmrc
29
RUN --mount=type=cache,target=/.pnpm-store \
30
-# package.json: for simple-git-hooks
31
- --mount=type=bind,source=package.json,target=package.json \
32
--mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
33
pnpm fetch
34
COPY --link package.json ./
0 commit comments