From 330b211962d103f38579a227c58f19a1e212ef7e Mon Sep 17 00:00:00 2001 From: Bill Yang <45103519+goldflag@users.noreply.github.com> Date: Wed, 7 May 2025 11:21:35 -0700 Subject: [PATCH] pull images --- update.sh | 4 ++++ 1 file changed, 4 insertions(+) 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..."