stargazing/simple/assimilate.Dockerfile

4 lines
138 B
Docker
Raw Permalink Normal View History

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