docker-git-puller/README.md

13 lines
419 B
Markdown
Raw Normal View History

2024-09-21 19:30:40 +00:00
# docker-cron-git-pull
2024-09-21 19:30:22 +00:00
A docker container that pulls a git repo (updates it) every minute with a cronjob.
## Purpose
2024-09-21 19:30:22 +00:00
There are many scenarios where such a container could help. For example (as I use it), this image could be used to pull a hugo built website (living in a public git repo) to a local folder, so that another docker container can serve the most recent files.
## License
see [LICENSE.md](LICENSE.md)