stargazing/simple/pledge.Dockerfile

4 lines
130 B
Docker
Raw Normal View History

2022-10-14 19:25:31 -07:00
FROM rescue
2022-10-14 18:38:42 -07:00
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/pledge.* /bin/
ENTRYPOINT ["/bin/ape", "/bin/pledge.com"]