chore: Docker 部署配置(多阶段构建+环境模板)
- 多阶段构建 → 6.2MB 镜像 - .env.example 环境模板, 敏感配置运行时注入 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
13
go/.dockerignore
Normal file
13
go/.dockerignore
Normal file
@@ -0,0 +1,13 @@
|
||||
# Go 编译产物
|
||||
electric-monitor
|
||||
*.exe
|
||||
|
||||
# 数据文件(历史记录 + 会话缓存)
|
||||
data/
|
||||
*.json
|
||||
|
||||
# 环境配置(含账号密码,切勿提交)
|
||||
.env
|
||||
|
||||
# 日志
|
||||
*.log
|
||||
Reference in New Issue
Block a user