From 3f1f0abc066cf7726e73222bda5cce53c729f869 Mon Sep 17 00:00:00 2001 From: geezo Date: Tue, 6 May 2025 21:59:42 -0400 Subject: [PATCH] quick change --- restart_container.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/restart_container.sh b/restart_container.sh index d8e90db..7d6515b 100755 --- a/restart_container.sh +++ b/restart_container.sh @@ -19,6 +19,8 @@ fi # Navigate to the target directory cd "$TARGET_DIR" || { echo "Failed to change directory to $TARGET_DIR"; exit 1; } +git pull + # Run Docker Compose commands docker compose down docker compose up -d