Skip to content

Commit

Permalink
fix: docker image build failed (vbenjs#4796)
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb authored and Gavin committed Nov 4, 2024
1 parent f462272 commit d183a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /app
COPY . /app

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

RUN echo "Builder Success 🎉"

Expand Down

0 comments on commit d183a18

Please sign in to comment.