修改 docker 编译

This commit is contained in:
bjdgyc
2024-01-29 17:47:46 +08:00
parent 4f77fd9013
commit 289f748543
9 changed files with 118 additions and 74 deletions

View File

@@ -8,6 +8,6 @@ var (
// APP_VER app版本号
APP_VER = "0.0.1"
// 提交id
CommitId string
Date string
CommitId string
BuildDate string
)