image1.Dockerfile Maven / Gradle / Ivy
#image1
FROM scratch
COPY bin/hello.sh /usr/local/bin
CMD ["/usr/local/bin/hello.sh"] © 2015 - 2025 Weber Informatics LLC | Privacy Policy
#image1
FROM scratch
COPY bin/hello.sh /usr/local/bin
CMD ["/usr/local/bin/hello.sh"]