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