diff --git a/Dockerfile.allinone b/Dockerfile.allinone index 33ae32023..95893c0b5 100644 --- a/Dockerfile.allinone +++ b/Dockerfile.allinone @@ -165,7 +165,6 @@ 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 # ==================== diff --git a/scripts/docker/entrypoint-allinone.sh b/scripts/docker/entrypoint-allinone.sh index ef0ef28ed..8248968ab 100644 --- a/scripts/docker/entrypoint-allinone.sh +++ b/scripts/docker/entrypoint-allinone.sh @@ -151,8 +151,6 @@ if [ ! -f /data/.migrations_run ] || [ "${FORCE_MIGRATIONS:-false}" = "true" ]; touch /data/.migrations_run fi -# Note: Surfsense docs seeding is now handled by FastAPI startup (app.py lifespan) - # ================================================ # Environment Variables Info # ================================================