aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker/entrypoint.sh (unfollow)
Commit message (Collapse)Author
2022-03-15docker: best practicesEgor Tensin
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-03-30docker: enable scheduled runs via crondEgor Tensin