From f6621f9a9a2235972f11b9f4f671459e4f650e5e Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Mon, 12 Jan 2026 18:28:38 +0200 Subject: [PATCH] fix: copy docs content to Docker image for Surfsense docs indexer --- Dockerfile.allinone | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile.allinone b/Dockerfile.allinone index 1c04ffb99..33ae32023 100644 --- a/Dockerfile.allinone +++ b/Dockerfile.allinone @@ -165,6 +165,9 @@ COPY --from=frontend-builder /app/.next/standalone ./ COPY --from=frontend-builder /app/.next/static ./.next/static COPY --from=frontend-builder /app/public ./public +# Copy docs content for Surfsense docs indexer (used at runtime for seeding) +COPY surfsense_web/content/docs /app/surfsense_web/content/docs + # ==================== # Setup Backend # ====================