1
0
mirror of https://github.com/rancher/os.git synced 2025-09-18 16:27:31 +00:00
Files
os/images/02-logrotate/Dockerfile
niusmallnan b32e8e37d2 Refactoring each os image
More reasonable use of COPY, easy to maintain
2018-12-03 16:13:50 +08:00

4 lines
68 B
Docker

FROM rancher/os-base
COPY . /
ENTRYPOINT ["/usr/bin/entrypoint.sh"]