In the Settings in Docker I switched to Docker VMM, but don't know if that helped or not. What I ended up doing was to change the `config.assets.compile` to `false` and then added `config.assets.manifest = Rails.root.join('config', 'manifest.json')`. I did leave it on Docker VMM in docker though so maybe it helped.
Not sure why the `config.assets.compile` was set to `true`. Likely something I changed when messing around trying to get it to work.