We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64a06b commit 422936aCopy full SHA for 422936a
scripts/deploy/Dockerfile
@@ -14,7 +14,7 @@ WORKDIR /app
14
COPY . /app
15
16
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
17
-RUN pnpm run build
+RUN pnpm run build --filter=\!./docs
18
19
RUN echo "Builder Success 🎉"
20
0 commit comments