fix: add security module to Dockerfile

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-27 01:31:51 +08:00
parent 46253337eb
commit 759d99e8af

View File

@@ -39,6 +39,7 @@ COPY routes/ ./routes/
COPY services/ ./services/ COPY services/ ./services/
COPY realtime/ ./realtime/ COPY realtime/ ./realtime/
COPY db/ ./db/ COPY db/ ./db/
COPY security/ ./security/
COPY templates/ ./templates/ COPY templates/ ./templates/
COPY static/ ./static/ COPY static/ ./static/