FROM alpine:latest RUN apk add --no-cache curl \ && echo "*/5 * * * * curl -s http://wp:80/wp-cron.php?doing_wp_cron > /dev/null 2>&1" > /etc/crontabs/root CMD ["crond", "-f"]