stargazing/simple/memzoom.Dockerfile

6 lines
306 B
Docker
Raw Normal View History

2022-10-14 17:54:35 -07:00
FROM scratch as runner
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
COPY --chmod=0755 --from=localhost/cosmo-all /cosmopolitan/build/bootstrap/ape.elf /bin/ape
2022-10-14 18:02:21 -07:00
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/memzoom.* /bin/
ENTRYPOINT ["/bin/ape", "/bin/memzoom.com"]