aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Dockerfile (unfollow)
Commit message (Collapse)Author
2021-08-02docker: fix CMD handlingEgor Tensin
It was difficult to override CMD (due to the requirement to `activate` the venv), move the `activate` call to entrypoint.sh.
2021-08-01docker: fix Dockerfile after messing with requirements.txtEgor Tensin
2021-07-31merge my_repos.py to the configEgor Tensin
The config is also in the TOML format now. It's a bit messy for the moment, but I'll fix it.
2021-03-30docker: update base image to Alpine 3.13Egor Tensin
2021-03-30docker: enable scheduled runs via crondEgor Tensin
2021-03-29further renaming workEgor Tensin
2021-03-29rename the project to "cgitize"Egor Tensin
2020-03-01rename the modulesEgor Tensin
2019-08-13add DockerfileEgor Tensin