add:dotfiles page

This commit is contained in:
kokopi-dev
2026-03-10 05:13:44 +09:00
parent 7c46f8f8ee
commit 63699c2450
13 changed files with 373 additions and 294 deletions

View File

@@ -5,7 +5,7 @@ echo "Pulling latest code..."
git pull
echo "Building and restarting containers..."
docker compose up -d --build
docker compose up -d --build --remove-orphans
echo "Cleaning up old images..."
docker image prune -f