Dockerfile 153 B

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