stargazing/simple/unveil.Dockerfile

4 lines
130 B
Docker

FROM rescue
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/unveil.* /bin/
ENTRYPOINT ["/bin/ape", "/bin/unveil.com"]