fix(docker): stop bundling docs content into frontend image

This commit is contained in:
Haitao Pan 2026-03-31 13:52:58 +08:00
parent e8dd9d9fe4
commit 52fb1ba23e

View File

@ -111,8 +111,6 @@ RUN apt-get update \
COPY --from=builder /app/dashboard/.next/standalone ./
COPY --from=builder /app/dashboard/.next/static ./static
COPY --from=builder /app/dashboard/public ./public
COPY --from=builder /app/dashboard/knowledge ./knowledge
COPY --from=builder /app/dashboard/src/content/blogs ./src/content/blogs
# ---------------------------
# 额外瘦身(可减少 1540 MB