From 12419e29fa8474457230fcdcfaf71b11bd79f035 Mon Sep 17 00:00:00 2001 From: Felipe Domingues <53182096+domfelipe@users.noreply.github.com> Date: Wed, 29 Apr 2026 07:01:07 -0300 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 0c4d637..2e95186 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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