This commit is contained in:
will Farrell 2017-02-14 07:45:00 -07:00
parent 11155c1f47
commit 533b309de5

View File

@ -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"]
```