Closed bpuig closed 4 years ago
Any idea of how to run cron in supervisord in this dockerfile? I'm hitting a wall here...
Tried this with no success:
[program:cron] command = /usr/sbin/crond -f -l 15 autostart=true autorestart=true stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0
Thanks
I think it's related to not being able to run cron as non-root. I found this: https://github.com/aptible/supercronic and it works
Any idea of how to run cron in supervisord in this dockerfile? I'm hitting a wall here...
Tried this with no success:
Thanks