aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile_example
blob: 552182d6cdfb40ae91aedd008d9e7ba82f108d12 (plain)
1
2
3
4
FROM reg.reaweb.uk/cron

RUN echo "*/1 * * * * root echo '$(date) Hello world' > /proc/1/fd/1 2>/proc/1/fd/2" > /etc/crontab