6 Commits

Author SHA1 Message Date
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