1
0
mirror of https://github.com/rancher/os.git synced 2025-07-04 18:46:15 +00:00
os/images/02-syslog/usr/bin/entrypoint.sh
niusmallnan b32e8e37d2 Refactoring each os image
More reasonable use of COPY, easy to maintain
2018-12-03 16:13:50 +08:00

6 lines
103 B
Bash
Executable File

#!/bin/bash
cp /usr/share/logrotate/logrotate.d/* /etc/logrotate.d
exec /usr/bin/ros entrypoint "$@"