Commit Graph

2 Commits

Author SHA1 Message Date
5223a30c69 fix: Docker 时区配置(保留tzdata+ENV TZ)
- 原 apk del tzdata 导致容器 UTC, 定时任务无法在 00:00 触发

- 保留 tzdata 并设置 ENV TZ=Asia/Shanghai (Go time 库依赖)

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-08-24 00:19:45 +08:00
fe00d277ea 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>
2026-08-23 21:29:44 +08:00