refactor: chown tools dir at build time instead of root at runtime
Some checks failed
Build Hermes agent / build (pull_request) Failing after 3s
Build ollama (gfx906) / build (pull_request) Failing after 2s

This commit is contained in:
2026-05-12 14:47:34 -04:00
parent 4627199217
commit e607982b21
2 changed files with 4 additions and 1 deletions

View File

@@ -31,7 +31,6 @@ 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"]