11 Commits

Author SHA1 Message Date
2c0073f266 更新Dockerfile以简化前端依赖安装和源代码复制流程,调整工作目录和构建命令,优化构建过程。 2025-06-14 18:05:33 +08:00
3f27f418fa 删除Docker部署说明文档,更新Dockerfile以使用Node.js 22版本,并简化GitHub Actions工作流,移除多余的步骤和配置,优化构建和推送过程。 2025-06-14 17:58:19 +08:00
641f00de96 更新Dockerfile以优化前后端构建流程,添加必要的配置文件复制,调整用户权限,增强安全性。同时更新.gitignore以排除新生成的文件和目录。 2025-06-14 17:54:44 +08:00
de92403f68 更新Dockerfile以安装前端依赖,包括开发依赖,支持构建过程 2025-06-14 17:45:16 +08:00
f2456e116b 删除不再使用的配置文件和脚本,更新Dockerfile以支持前后端构建,重构配置加载逻辑,添加OAuth2.0支持,优化API处理和路由设置。 2025-06-14 17:40:31 +08:00
1fc1069ec1 refactor(docker, config): streamline directory structure and enhance configuration management
- Removed unnecessary volume mounts for public and logs in docker-compose.yml.
- Updated Dockerfile to create necessary directories under /root/data.
- Modified start.sh to copy files to the new public directory location.
- Enhanced config.go to create default configuration and directory structure if not present.
- Adjusted router.go to serve static files from the new public directory path.
2024-11-30 23:34:45 +08:00
63106f9008 chore(Dockerfile): add tzdata for proper timezone handling 2024-10-31 01:17:18 +08:00
fa640467bc 升级Go版本至1.23并更新Dockerfile 2024-10-14 12:20:33 +08:00
4367782a36 feat: refactor Dockerfile and implement new CSV handling logic 2024-09-12 16:44:26 +08:00
0aaed93abc feat: refactor Dockerfile and implement new CSV handling logic 2024-09-12 16:37:03 +08:00
7fd2ac2283 first commit 2024-09-12 15:48:31 +08:00