diff --git a/update.sh b/update.sh index dc198f2..46ce579 100644 --- a/update.sh +++ b/update.sh @@ -20,6 +20,10 @@ if [ ! -f .env ]; then exit 1 fi +# Pull latest Docker images +echo "Pulling latest Docker images..." +docker compose pull + # Rebuild and start containers echo "Rebuilding and starting updated services..."