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 # ====================