feat user服部署

This commit is contained in:
2025-12-20 21:00:24 +08:00
parent ff1bd1d0b6
commit 69cc960fe5
14 changed files with 83 additions and 28 deletions

View File

@@ -15,5 +15,11 @@ xcopy ..\..\..\Server\scene\Dockerfile scene\ >nul
move ..\..\..\Server\server-scene scene\ >nul
echo [INFO] Copy scene finished.
rd /s /q user
xcopy ..\..\..\Server\user\config\config.prod.yaml user\config\ >nul
xcopy ..\..\..\Server\user\Dockerfile user\ >nul
move ..\..\..\Server\server-user user\ >nul
echo [INFO] Copy user finished.
echo.
pause