@@ -0,0 +1,14 @@
#!/bin/bash
set -e
echo "Pulling latest code..."
git pull
echo "Building and restarting containers..."
docker compose up -d --build
echo "Cleaning up old images..."
docker image prune -f
echo "Done. Status:"
docker compose ps
The note is not visible to the blocked user.