Merge branch 'frappe:main' into chore(devcontainer)add-opinionated-extensions

This commit is contained in:
Daniel Radl 2026-06-08 13:27:23 +02:00 committed by GitHub
commit a1d4499fae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,4 +59,4 @@ The `sites/assets` symlink is stored inside the persistent `sites` volume, but i
Running `bench build` inside a running container will write new assets and eventually cause a mismatch between `assets.json` and the actual assets, breaking the UI. This can be recovered by recreating the containers Running `bench build` inside a running container will write new assets and eventually cause a mismatch between `assets.json` and the actual assets, breaking the UI. This can be recovered by recreating the containers
> Note: restarting the containers is not sufficient — they need to be recreated to discard the writable layer. > Note: restarting the containers is not sufficient — they need to be recreated to discard the writable layer.