stargazing/simple/cosmo-unbourne.Dockerfile

6 lines
308 B
Text
Raw Normal View History

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