mirror of
https://github.com/rancher/os.git
synced 2025-09-26 05:03:05 +00:00
Refactoring each os image
More reasonable use of COPY, easy to maintain
This commit is contained in:
5
images/02-syslog/usr/bin/entrypoint.sh
Executable file
5
images/02-syslog/usr/bin/entrypoint.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cp /usr/share/logrotate/logrotate.d/* /etc/logrotate.d
|
||||
|
||||
exec /usr/bin/ros entrypoint "$@"
|
Reference in New Issue
Block a user