stargazing/cosmo-make/Dockerfile
2022-10-14 16:35:09 -07:00

6 lines
288 B
Docker

FROM scratch AS runner
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
COPY --chmod=0755 --from=localhost/cosmo-dist /cosmopolitan/bin/ape /bin/
COPY --chmod=0755 --from=localhost/cosmo-dist /cosmopolitan/bin/make.com /bin/
ENTRYPOINT ["/bin/ape", "/bin/make.com"]