initial commit

This commit is contained in:
2026-03-17 19:33:46 +08:00
commit aa90835d84
8 changed files with 266 additions and 0 deletions

12
scripts/update.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
echo "Pulling latest Penpot images..."
docker compose pull
echo "Recreating containers..."
docker compose up -d
echo "Removing old unused images..."
docker image prune -f
echo "Penpot update complete!"