feat: install custom tools at startup, remove deprecated fix-permissions.sh
Some checks failed
Build Hermes agent / build (pull_request) Failing after 41m55s
Build ollama (gfx906) / build (pull_request) Failing after 2s

This commit is contained in:
2026-05-12 13:38:26 -04:00
parent 3611d645db
commit 4627199217
3 changed files with 5 additions and 42 deletions

View File

@@ -31,6 +31,10 @@ services:
ssh:
- default
container_name: hermes
user: root
entrypoint: ["/bin/bash", "-c",
"bash /opt/data/hermes-tools/install.sh && exec /usr/bin/tini -g -- /opt/hermes/docker/entrypoint.sh \"$@\"",
"hermes-entrypoint"]
restart: always
# Gateway run enables the internal API server on port 8642
command: gateway run