Dockerfile 73 B

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