feat: implement Phase 2 (Pulse, Admin, RC2)

This commit is contained in:
2025-12-08 21:00:23 +01:00
parent 78620d8f8a
commit 96754a1d1a
23 changed files with 1415 additions and 27 deletions

View File

@@ -12,6 +12,9 @@ COPY app/ /app/
# Copy documentation for auto-indexing
COPY docs/ /app/docs/
# Copy root documentation (README, etc.) for Docs Reader
COPY *.md /docs_root/
# Make entrypoint executable
RUN chmod +x /app/entrypoint.sh