stargazing/simple/cosmo-make.Dockerfile

4 lines
126 B
Docker

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