stargazing/simple/cosmo-lua.Dockerfile

5 lines
197 B
Docker
Raw Normal View History

2022-10-14 19:25:31 -07:00
FROM rescue
2022-10-14 17:54:35 -07:00
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/lua.* /bin/
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/luac.* /bin/
ENTRYPOINT ["/bin/ape", "/bin/lua.com"]