mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 06:16:39 +00:00
Fix entrypoint to call original image entrypoint
This commit is contained in:
parent
e48db1ca4c
commit
50b98b2f42
2 changed files with 3 additions and 2 deletions
|
|
@ -3,4 +3,4 @@ if [ -n "$HERMES_SOUL_OVERRIDE" ]; then
|
|||
echo "$HERMES_SOUL_OVERRIDE" > /opt/data/.hermes/SOUL.md
|
||||
fi
|
||||
|
||||
exec /bin/sh -c "$*"
|
||||
exec /opt/hermes/docker/entrypoint.sh "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue