mirror of
https://github.com/rancher/os.git
synced 2025-08-02 07:24:28 +00:00
6 lines
193 B
Docker
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"]
|