Fix entrypoint to call original image entrypoint

This commit is contained in:
Sisyphus 2026-04-24 20:21:26 -03:00
parent e48db1ca4c
commit 50b98b2f42
2 changed files with 3 additions and 2 deletions

View file

@ -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 "$@"