This commit is contained in:
iceBear67
2026-07-05 13:49:09 +08:00
parent a37aece686
commit bf67b8b95f
21 changed files with 230 additions and 61 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
cleanup_() {
touch /.image-update-flag
}
if [ ! -f /.image-update-flag ]; then
docker pull
fi