Fix: Add sleep delay after docker compose up to wait for PostgreSQL to be ready

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-16 17:06:15 +02:00
parent b011892e97
commit 54d0cc2c49
2 changed files with 9 additions and 0 deletions
@@ -59,6 +59,9 @@ 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
```