Skip to content

Commit 16f32e7

Browse files
committed
build: oops
1 parent a52f827 commit 16f32e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/private/docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /app
77

88
FROM base AS build
99
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
10-
RUN pnpm run build:docs
10+
RUN pnpm run docs:build
1111

1212
FROM base
1313
COPY --from=build /app/packages/private/docs/.vitepress/dist /app/packages/private/docs/.vitepress/dist

0 commit comments

Comments
 (0)