Skip to content

Commit 87a568e

Browse files
committed
use cache for docs build as well
1 parent 18e499c commit 87a568e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ FROM base_deps AS docs
3737

3838
COPY docs/openapi.yaml docs/openapi.yaml
3939

40-
RUN node --run docs
40+
RUN --mount=type=cache,id=s/c47f3895-fff0-42c4-b1f7-cee7f61e6613-pnpm,target=/pnpm/store \
41+
node --run docs
4142

4243
FROM base
4344

0 commit comments

Comments
 (0)