Fixed log level.

This commit is contained in:
yohan 2019-08-21 15:55:28 +02:00
parent bf50e44f0f
commit b68f87b705

View File

@ -4,5 +4,5 @@ ENV DEBIAN_FRONTEND noninteractive
ENV TZ Europe/Paris
RUN apt-get update && apt-get -y install cron docker.io
RUN rm -f /etc/crontab
ENTRYPOINT ["/usr/sbin/cron", "-f", "-L", "8"]
ENTRYPOINT ["/usr/sbin/cron", "-f", "-L", "15"]
#ENTRYPOINT ["/bin/bash"]