Fix: Replace fixed sleep delays with retry loops for PostgreSQL readiness

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-16 17:25:43 +02:00
parent 29024e887f
commit df85525eb7
2 changed files with 10 additions and 13 deletions
@@ -59,9 +59,6 @@ Esegui:
# Avvia i container
docker compose up -d
# Attendi che PostgreSQL sia pronto (circa 10-15 secondi)
sleep 15
# Verifica che il database sia in esecuzione
docker ps | grep lab05-db
```