#image1
FROM alpine
COPY bin/hello.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/hello.sh
CMD ["/usr/local/bin/hello.sh"]
