fix(docker): align HOME for dashboard and s6 gateway services (#33481)

This commit is contained in:
Dusk 2026-05-28 06:42:27 +03:00 committed by GitHub
parent 71b4a6b18e
commit c341a2d107
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 35 additions and 2 deletions

View file

@ -19,6 +19,10 @@ case "${HERMES_DASHBOARD:-}" in
;;
esac
# with-contenv repopulates HOME from /init as /root. Reset it before
# dropping privileges so HOME-anchored state lands under /opt/data.
export HOME=/opt/data
cd /opt/data
# shellcheck disable=SC1091
. /opt/hermes/.venv/bin/activate