#image2
FROM scratch
COPY bin/hello.sh /usr/local/bin
CMD ["/usr/local/bin/hello.sh"]