stargazing/simple/tinyemu.Dockerfile

4 lines
142 B
Docker

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