Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): ensure $HOME is set consistently for all configs.
Node uses a .cache directory in $HOME. The default node user has this set to /home/node, a randomly invented user has / under Docker and nothing under Podman. If we set it manually (to /) we get to choose a fixed location and ensure it's writable for all users.
- Loading branch information