We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da9fcf commit 18e499cCopy full SHA for 18e499c
1 file changed
Dockerfile
@@ -23,7 +23,7 @@ RUN corepack enable
23
RUN corepack prepare --activate
24
25
# Install dependencies
26
-RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
+RUN --mount=type=cache,id=s/c47f3895-fff0-42c4-b1f7-cee7f61e6613-pnpm,target=/pnpm/store \
27
pnpm install --frozen-lockfile --ignore-scripts
28
29
FROM base_deps AS build
0 commit comments