Remove referencias ao Componente B dos scripts de inicializacao

This commit is contained in:
Frederico Castro
2025-12-13 16:50:11 -03:00
parent 2d4e93f82a
commit 93fb0d8a39
2 changed files with 10 additions and 32 deletions

View File

@@ -33,7 +33,7 @@ if ! docker ps | grep -q ranking_frontend; then
exit 1
fi
echo "[4b/5] Rodando bootstrap (ranking + componente B) dentro do backend..."
echo "[4b/5] Rodando bootstrap do ranking dentro do backend..."
docker exec ranking_backend bash -lc "ORACLE_LOCAL_DSN=oracle18c:1521/XEPDB1 /app/scripts/bootstrap_ranking.sh"
echo "[5/5] Iniciando ngrok..."