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