aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker/entrypoint.sh (follow)
Commit message (Collapse)AuthorAge
* docker: rename schedule.sh to run_cron.shEgor Tensin2023-02-25
|
* docker: factor out cron stuff into schedule.shEgor Tensin2022-12-03
| | | | It can be easily reused that way.
* frontend: fix /mnt/cgitize being inaccessible to nginxEgor Tensin2022-12-03
| | | | | I've had problems with doing "FROM nginx" instead of "FROM alpine" in the past, but hopefully fixing a version is enough to prevent them.
* docker: chmod o-rwx the output directoryEgor Tensin2022-12-03
|
* docker: refactor entrypoint.shEgor Tensin2022-12-03
|
* docker: use pip install --targetEgor Tensin2022-04-09
|
* docker: run once at startup, even when in cronEgor Tensin2022-03-26
|
* docker: best practicesEgor Tensin2022-03-15
|
* docker: fix CMD handlingEgor Tensin2021-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 crondEgor Tensin2021-03-30