Yash030 Claude Opus 4.7 commited on
Commit
89ba257
·
1 Parent(s): 0015069

Add templates directory to Dockerfile for admin dashboard

Browse files

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ COPY core/ ./core/
14
  COPY messaging/ ./messaging/
15
  COPY providers/ ./providers/
16
  COPY server.py ./
 
17
  COPY .env.example ./
18
 
19
  # Install dependencies
 
14
  COPY messaging/ ./messaging/
15
  COPY providers/ ./providers/
16
  COPY server.py ./
17
+ COPY templates/ ./templates/
18
  COPY .env.example ./
19
 
20
  # Install dependencies