fix: copy docs content to Docker image for Surfsense docs indexer

This commit is contained in:
CREDO23 2026-01-12 18:28:38 +02:00
parent 42473fe4ed
commit f6621f9a9a

View file

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