Commit 42cce22
Run collectstatic at container startup
The Docker volume for staticfiles persists across deploys, so
baked-in static files from the image get overridden by the old
volume contents. Running collectstatic at startup ensures the
volume always has the latest files.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b3c9fa2 commit 42cce22
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments