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