Dockerfile 193 B

123456
  1. FROM rancher/os-base
  2. COPY logrotate.d/ /usr/share/logrotate/logrotate.d/
  3. COPY logrotate.conf /etc/logrotate.conf
  4. COPY entrypoint.sh /usr/bin/entrypoint.sh
  5. ENTRYPOINT ["/usr/bin/entrypoint.sh"]