mirror of
https://github.com/rancher/os.git
synced 2025-08-18 23:09:04 +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"]
|