mirror of
https://github.com/rancher/os.git
synced 2025-04-28 11:24:26 +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
|
FROM rancher/os-base
|
||||||
COPY . /
|
COPY . /
|
||||||
|
RUN chmod 644 /etc/logrotate.conf
|
||||||
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
|
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user