stargazing/simple/unbourne.Dockerfile

4 lines
134 B
Docker

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