Skip to content

Commit 422936a

Browse files
authored
fix: docker image build failed (vbenjs#4796)
1 parent a64a06b commit 422936a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /app
1414
COPY . /app
1515

1616
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
17-
RUN pnpm run build
17+
RUN pnpm run build --filter=\!./docs
1818

1919
RUN echo "Builder Success 🎉"
2020

0 commit comments

Comments
 (0)