fix: docker image build failed (#4796)

This commit is contained in:
Vben 2024-11-02 20:31:05 +08:00 committed by GitHub
parent a64a06bf59
commit 422936a981
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 🎉"