结构修改

This commit is contained in:
renzhiyuan 2025-09-24 15:41:33 +08:00
parent e57997f51b
commit 7598068a19
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ export GOCACHE=/root/.cache/go-build
export CONTAINER_NAME=ai_scheduler
export CGO_ENABLED='0'
git pull origin master
go mod tidy
make build
docker build -t ${CONTAINER_NAME} .