增加dockerfile配置

This commit is contained in:
2026-04-09 16:14:32 +08:00
parent 6bd81cf8ff
commit ee63b80d36
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
golang.org/x/net v0.47.0
)
//replace gitea.com/red-future/common => ../common
replace gitea.com/red-future/common => ../common
require (
github.com/BurntSushi/toml v1.5.0 // indirect

View File

@@ -5,6 +5,8 @@ import (
"cid/controller/data"
"cid/controller/mapping"
_ "gitea.com/red-future/common/config"
"gitea.com/red-future/common/http"
"gitea.com/red-future/common/jaeger"
_ "gitea.com/red-future/common/ragflow" // RAGFlow 客户端自动初始化