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 18e499c commit 87a568eCopy full SHA for 87a568e
1 file changed
Dockerfile
@@ -37,7 +37,8 @@ FROM base_deps AS docs
37
38
COPY docs/openapi.yaml docs/openapi.yaml
39
40
-RUN node --run docs
+RUN --mount=type=cache,id=s/c47f3895-fff0-42c4-b1f7-cee7f61e6613-pnpm,target=/pnpm/store \
41
+ node --run docs
42
43
FROM base
44
0 commit comments