chore: sync local updates

This commit is contained in:
2026-05-16 19:03:34 +08:00
parent acba445550
commit 42100c2d0a
102 changed files with 4007 additions and 1477 deletions

View File

@@ -0,0 +1,8 @@
@echo off
setlocal
cd /d "%~dp0"
docker compose up -d --build
if errorlevel 1 exit /b 1
echo.
docker compose ps
endlocal