- 打包脚本默认 tag 改为 latest,支持 --service 单服务构建/导出 - 新增 api/player/admin 三个独立 bat,更新文档与 manifest - 联赛赛事面板操作列加宽、横向滚动与按钮换行,避免操作按钮被裁切 Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
312 B
Batchfile
8 lines
312 B
Batchfile
@echo off
|
|
REM Build and export thebet365-player image only (tag default: latest).
|
|
REM Usage:
|
|
REM docs\docker\build-and-export-player.bat
|
|
REM docs\docker\build-and-export-player.bat --use-cache
|
|
REM docs\docker\build-and-export-player.bat --export-only
|
|
"%~dp0build-and-export-images.bat" --service player %*
|