1
0
mirror of https://github.com/rancher/os.git synced 2025-06-27 23:36:49 +00:00
os/scripts/dockerimages/10-autoformat
2015-03-18 06:45:22 -07:00

4 lines
110 B
Plaintext

FROM base
COPY scripts/dockerimages/scripts/auto-format.sh /usr/sbin/
ENTRYPOINT ["/usr/sbin/auto-format.sh"]