The React bundle hash changes every time the UI is rebuilt. With the old no-clobber approach, a redeployed container kept serving the old bundle because the static/ directory already existed on the data volume. Fix: always overwrite index.html, asset-manifest.json, and the entire static/ subdirectory from /core/static on every container start. These are build artifacts (not operator-edited content) so overwriting is safe. All other top-level entries (channels/, config/, etc.) remain no-clobber. |
||
|---|---|---|
| .. | ||
| docker | ||
| truenas | ||