mirror of
https://github.com/rancher/os.git
synced 2025-09-18 16:27:31 +00:00
5 lines
102 B
Docker
5 lines
102 B
Docker
FROM rancher/os-base
|
|
COPY . /
|
|
RUN chmod 644 /etc/logrotate.conf
|
|
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
|