mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 06:16:39 +00:00
Update entrypoint.sh
This commit is contained in:
parent
e49fdb6124
commit
12419e29fa
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ echo "[entrypoint] Proxy público: ${PUBLIC_HOST}:${PUBLIC_PORT}"
|
||||||
echo "[entrypoint] Iniciando Hermes original..."
|
echo "[entrypoint] Iniciando Hermes original..."
|
||||||
|
|
||||||
# Inicia o Hermes original em background como usuário hermes
|
# 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=$!
|
HERMES_PID=$!
|
||||||
|
|
||||||
# Aguarda Hermes ficar pronto
|
# Aguarda Hermes ficar pronto
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue