stargazing/simple/printimage.Dockerfile

4 lines
138 B
Docker

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