stargazing/simple/cosmo-chibicc.Dockerfile

4 lines
142 B
Docker
Raw Permalink Normal View History

2022-12-07 00:59:53 -08:00
FROM localhost/rescue
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/chibicc.* /bin/
ENTRYPOINT ["/bin/ape", "/bin/chibicc.com"]