sophs-skeb/cron (sha256:eb60d8b27b7c43b89115d1efaebd80c2e1c2a62a57ab38df1fd57a051a489c8a)
Published 2026-01-09 10:16:38 +01:00 by Soph
Installation
docker pull xn--55q89qy6p.com/soph/sophs-skeb/cron@sha256:eb60d8b27b7c43b89115d1efaebd80c2e1c2a62a57ab38df1fd57a051a489c8asha256:eb60d8b27b7c43b89115d1efaebd80c2e1c2a62a57ab38df1fd57a051a489c8aImage layers
| ADD alpine-minirootfs-3.23.2-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"] |