Commit message (Collapse) | Author | ||
---|---|---|---|
2023-02-25 | docker: ignore missing config file | Egor Tensin | |
It allows doing something like docker run -it --rm egortensin/cgitize:latest sh (without the missing file errors). | |||
2023-02-25 | remove dead code | Egor Tensin | |
2023-02-25 | docker: rename schedule.sh to run_cron.sh | Egor Tensin | |
2022-12-03 | docker: factor out cron stuff into schedule.sh | Egor Tensin | |
It can be easily reused that way. | |||
2022-12-03 | frontend: fix /mnt/cgitize being inaccessible to nginx | Egor Tensin | |
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. | |||
2022-12-03 | docker: chmod o-rwx the output directory | Egor Tensin | |
2022-12-03 | docker: refactor entrypoint.sh | Egor Tensin | |
2022-04-09 | docker: use pip install --target | Egor Tensin | |
2022-03-26 | docker: run once at startup, even when in cron | Egor Tensin | |
2022-03-15 | docker: best practices | Egor Tensin | |
2021-08-02 | docker: fix CMD handling | Egor Tensin | |
It was difficult to override CMD (due to the requirement to `activate` the venv), move the `activate` call to entrypoint.sh. | |||
2021-03-30 | docker: enable scheduled runs via crond | Egor Tensin | |