8 lines
471 B
Text
8 lines
471 B
Text
|
FROM rescue
|
||
|
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/redbean-demo.* /bin/
|
||
|
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/redbean-original.* /bin/
|
||
|
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/redbean-static.* /bin/
|
||
|
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/redbean-unsecure.* /bin/
|
||
|
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/redbean.* /bin/
|
||
|
ENTRYPOINT ["/bin/ape", "/bin/redbean-demo.com"]
|