mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
cleanup: remove obsolete comments
This commit is contained in:
parent
96545056cd
commit
19ef32539d
2 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
# ====================
|
||||
|
|
|
|||
|
|
@ -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
|
||||
# ================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue