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 33668fd commit 3acd68bCopy full SHA for 3acd68b
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,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
@@ -37,7 +37,7 @@ FROM base_deps AS docs
37
38
COPY docs/openapi.yaml docs/openapi.yaml
39
40
41
node --run docs
42
43
FROM base
0 commit comments