1
0
mirror of https://github.com/rancher/os.git synced 2025-09-19 00:59:53 +00:00
Files
os/images/02-logrotate/Dockerfile
2017-07-07 13:49:17 +02:00

6 lines
193 B
Docker

FROM rancher/os-base
COPY logrotate.d/ /usr/share/logrotate/logrotate.d/
COPY logrotate.conf /etc/logrotate.conf
COPY entrypoint.sh /usr/bin/entrypoint.sh
ENTRYPOINT ["/usr/bin/entrypoint.sh"]