1
0
mirror of https://github.com/rancher/os.git synced 2025-09-18 16:27:31 +00:00
Files
os/images/02-logrotate/Dockerfile

5 lines
102 B
Docker

FROM rancher/os-base
COPY . /
RUN chmod 644 /etc/logrotate.conf
ENTRYPOINT ["/usr/bin/entrypoint.sh"]