diff --git a/Dockerfile b/Dockerfile index 5112bf07..7c5b6405 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ RUN for verb in help \ RUN printf "%b" '#!'"/usr/bin/env sh\n \ if [ \"\$1\" = \"daemon\" ]; then \n \ trap \"echo stop && killall crond && exit 0\" SIGTERM SIGINT \n \ - crond && while true; do sleep 1; done;\n \ + crond -l 2 -f && while true; do sleep 1; done;\n \ else \n \ exec -- \"\$@\"\n \ fi" >/entry.sh && chmod +x /entry.sh