1
0
mirror of https://github.com/rancher/os.git synced 2025-07-31 06:32:09 +00:00
os/images/02-statescript/Dockerfile
2016-05-06 10:58:54 -07:00

4 lines
73 B
Docker

FROM rancher/os-base
COPY state.sh /usr/sbin/
CMD ["/usr/sbin/state.sh"]