mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-29 06:31:32 +00:00
fix(docker): align HOME for dashboard and s6 gateway services (#33481)
This commit is contained in:
parent
71b4a6b18e
commit
c341a2d107
4 changed files with 35 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue