aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2025-09-09 11:44:22 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2025-09-09 11:44:22 +0100
commit8a91889f0c44c17a431e77112cd1220200920c80 (patch)
tree611b122952f78cbd7003d3481fba8ff64eb3909e /README.md
parent0517445c21c84796694076872d15dca8b848d934 (diff)
downloadcron-master.tar.gz
cron-master.zip
Updated README.mdHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6eca1a0..cab46d0 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Docker image for running cronjobs, with logging.
## Example `Dockerfile`:
-Dockerfile```
+```Dockerfile
FROM reg.reaweb.uk/cron
RUN echo "0 21 * * sat,wed root python3 /app/autoBackup.py > /proc/1/fd/1 2>/proc/1/fd/2" > /etc/crontab