Spaces:
Running
Running
Add templates directory to Dockerfile for admin dashboard
Browse filesCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- 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
|