pull images

This commit is contained in:
Bill Yang 2025-05-07 11:21:35 -07:00
parent 4c3b8977a5
commit 330b211962

View file

@ -20,6 +20,10 @@ if [ ! -f .env ]; then
exit 1 exit 1
fi fi
# Pull latest Docker images
echo "Pulling latest Docker images..."
docker compose pull
# Rebuild and start containers # Rebuild and start containers
echo "Rebuilding and starting updated services..." echo "Rebuilding and starting updated services..."