1
0
mirror of https://github.com/rancher/os.git synced 2025-09-25 12:47:20 +00:00
Files
os/images/02-autoformat/Dockerfile
2016-05-06 10:58:54 -07:00

5 lines
106 B
Docker

FROM rancher/os-base
COPY auto-format.sh /usr/sbin/
COPY od-1m0 /
ENTRYPOINT ["/usr/sbin/auto-format.sh"]