From 19ef32539d33a2c30f757c062576b267abd426a6 Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Mon, 12 Jan 2026 20:20:48 +0200 Subject: [PATCH] cleanup: remove obsolete comments --- Dockerfile.allinone | 1 - scripts/docker/entrypoint-allinone.sh | 2 -- 2 files changed, 3 deletions(-) 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 # ================================================