Add ENV XDG_CONFIG_HOME=/workspace/.config so DDEV global config persists
This does nothing besides setting the supported XDG_CONFIG_HOME so DDEV's global config goes into a persistent location.
Test by pushing the new image, starting a drupalpod project, doing ddev version | grep global-ddev-dir
to see where the config is stored (should end up in /workspace/.config/ddev)