quick change

This commit is contained in:
geezo 2025-05-06 21:59:42 -04:00
parent 434990d1f4
commit 3f1f0abc06

View File

@ -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