From 533b309de503a7bcbe257e1846e327ddc5711437 Mon Sep 17 00:00:00 2001 From: will Farrell Date: Tue, 14 Feb 2017 07:45:00 -0700 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ec759c..fd9ae8e 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ FROM willfarrell/crontab RUN apk add --no-cache logrotate RUN echo "*/5 * * * * /usr/sbin/logrotate /etc/logrotate.conf" >> /etc/crontabs/logrotate -ADD logrotate.conf /etc/logrotate.conf +COPY logrotate.conf /etc/logrotate.conf CMD ["crond", "-f"] ```