修改 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

@@ -21,16 +21,16 @@ var uiData embed.FS
// 程序版本
var (
appVer string
commitId string
date string
appVer string
commitId string
buildDate string
)
func main() {
admin.UiData = uiData
base.APP_VER = appVer
base.CommitId = commitId
base.Date = date
base.BuildDate = buildDate
base.Start()
handler.Start()