Commit be791f2
fix: include web assets in Docker image for proper CSS/JS serving
Added web static files (CSS, JS, templates) to Docker image build:
- Copy web templates and static assets to container
- Create web directories with proper permissions
- Ensures enhanced web interface displays correctly in Docker
Resolves styling issues when running the web interface in containers
where CSS and JavaScript files were missing from the image.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6901a8f commit be791f2
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
0 commit comments