mirror of
https://github.com/rancher/os.git
synced 2025-04-27 19:15:23 +00:00
Fix bug: Logrotate will start failed when the config file is not with 644 file permission.
This commit is contained in:
parent
b787287190
commit
34afa7824e
@ -1,3 +1,4 @@
|
||||
FROM rancher/os-base
|
||||
COPY . /
|
||||
RUN chmod 644 /etc/logrotate.conf
|
||||
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user