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,10 @@
@echo off
setlocal
cd /d "%~dp0"
echo Building mengyaprofile-backend ...
docker build -t mengyaprofile-backend:latest .
if errorlevel 1 exit /b 1
echo.
echo OK: image mengyaprofile-backend:latest
echo Run: docker compose up -d
endlocal