mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
fix: copy docs content to Docker image for Surfsense docs indexer
This commit is contained in:
parent
42473fe4ed
commit
f6621f9a9a
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
# ====================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue