Grav has its own handy job scheduler which requires the OS's cron. It's not considered good practice in Docker to run a cron service inside an application container. This makes the scheduler difficult to support, but the documentation should suggest ways to add support for it that the application container can use.
Grav has its own handy job scheduler which requires the OS's cron. It's not considered good practice in Docker to run a cron service inside an application container. This makes the scheduler difficult to support, but the documentation should suggest ways to add support for it that the application container can use.