stargazing/simple/hello.Dockerfile

4 lines
128 B
Docker

FROM rescue
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/hello.* /bin/
ENTRYPOINT ["/bin/ape", "/bin/hello.com"]