Fix: Replace fixed sleep delays with retry loops for PostgreSQL readiness
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user