From 52fb1ba23efa17e122a32b21013dc121876ef2f5 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Tue, 31 Mar 2026 13:52:58 +0800 Subject: [PATCH] fix(docker): stop bundling docs content into frontend image --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 781f1f5..90ec776 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 # --------------------------- # 额外瘦身(可减少 15–40 MB)