Update entrypoint.sh

This commit is contained in:
Felipe Domingues 2026-04-29 07:01:07 -03:00 committed by GitHub
parent e49fdb6124
commit 12419e29fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ echo "[entrypoint] Proxy público: ${PUBLIC_HOST}:${PUBLIC_PORT}"
echo "[entrypoint] Iniciando Hermes original..."
# Inicia o Hermes original em background como usuário hermes
su -s /bin/bash hermes -c "cd /opt/hermes && python -m hermes_agent serve --host ${INTERNAL_HOST} --port ${INTERNAL_PORT}" &
su -s /bin/bash hermes -c "cd /opt/hermes && hermes dashboard --host "$HERMES_INTERNAL_HOST" --port "$HERMES_INTERNAL_PORT" --no-open &&
HERMES_PID=$!
# Aguarda Hermes ficar pronto