stargazing/simple/fold.Dockerfile

4 lines
136 B
Docker

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