stargazing/simple/greenbean.Dockerfile

4 lines
136 B
Docker

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