sophs-skeb/cron (sha256:b04eddc47ce79b9373cfb53a076a870190d93acc55685d490323a0b8befe7afc)
Published 2026-05-29 13:19:29 +00:00 by Soph
Installation
docker pull xn--55q89qy6p.com/soph/sophs-skeb/cron@sha256:b04eddc47ce79b9373cfb53a076a870190d93acc55685d490323a0b8befe7afcsha256:b04eddc47ce79b9373cfb53a076a870190d93acc55685d490323a0b8befe7afcImage layers
| ADD alpine-minirootfs-3.23.4-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"] |