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