stargazing/simple/unbourne.Dockerfile

4 lines
134 B
Docker
Raw Normal View History

2022-10-14 19:25:31 -07:00
FROM rescue
2022-10-14 17:02:50 -07:00
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"]