Commit b3c9fa2
Fix static files: include static/ dir in Docker build
The brain logo wasn't being collected by collectstatic because
.dockerignore was too aggressive and STATICFILES_DIRS referenced
directories that might not exist.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 92ee17e commit b3c9fa2
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments