When runnning dashboard with "npm run dev" , all pngs in "static" are reachable from widgets under "/static/xxxx.png".
But when running from Docker, they are not reachable (even the famous favicon).
Adding a mounting point and copying files doesn't seems enought...