sophs-skeb/cron (sha256:d7fdc30b538a091343ce0f517d2fed5e158cfe902f2eaa574d80763848d8009e)
Published 2026-03-03 19:45:16 +01:00 by Soph
Installation
docker pull xn--55q89qy6p.com/soph/sophs-skeb/cron@sha256:d7fdc30b538a091343ce0f517d2fed5e158cfe902f2eaa574d80763848d8009esha256:d7fdc30b538a091343ce0f517d2fed5e158cfe902f2eaa574d80763848d8009eImage layers
| ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache curl cronie # buildkit |
| RUN /bin/sh -c echo "*/15 * * * * curl -s http://localhost:3000/api/cron/scanHomePage" >/etc/crontabs/root # buildkit |
| RUN /bin/sh -c echo "*/30 * * * * curl -s http://localhost:3000/api/cron/refreshOldData" >>/etc/crontabs/root # buildkit |
| CMD ["crond" "-f"] |