Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docker: chmod o-rwx the output directory | Egor Tensin | 2022-12-03 |
| | |||
* | docker: refactor entrypoint.sh | Egor Tensin | 2022-12-03 |
| | |||
* | docker: use pip install --target | Egor Tensin | 2022-04-09 |
| | |||
* | docker: run once at startup, even when in cron | Egor Tensin | 2022-03-26 |
| | |||
* | docker: best practices | Egor Tensin | 2022-03-15 |
| | |||
* | docker: fix CMD handling | Egor Tensin | 2021-08-02 |
| | | | | | It was difficult to override CMD (due to the requirement to `activate` the venv), move the `activate` call to entrypoint.sh. | ||
* | docker: enable scheduled runs via crond | Egor Tensin | 2021-03-30 |