Merge pull request #45 from wahyd4/feat/include-qdrant-sync-script

fix: include sync script in build
This commit is contained in:
2026-02-13 18:43:59 +11:00
committed by GitHub
+1
View File
@@ -134,6 +134,7 @@ COPY --chown=appuser:appuser core/ ./core/
COPY --chown=appuser:appuser links/ ./links/
COPY --chown=appuser:appuser new_theme/ ./new_theme/
COPY --chown=appuser:appuser templates/ ./templates/
COPY --chown=appuser:appuser qdrant_sync.py ./
# Final cleanup
RUN find /app -name "*.pyc" -delete \