stargazing/simple/blinkenlights.Dockerfile

4 lines
144 B
Docker
Raw Normal View History

2022-10-14 19:25:31 -07:00
FROM rescue
2022-10-14 18:02:21 -07:00
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/blinkenlights.* /bin/
ENTRYPOINT ["/bin/ape", "/bin/blinkenlights.com"]