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