Fixed log level.
This commit is contained in:
parent
bf50e44f0f
commit
b68f87b705
@ -4,5 +4,5 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
ENV TZ Europe/Paris
|
ENV TZ Europe/Paris
|
||||||
RUN apt-get update && apt-get -y install cron docker.io
|
RUN apt-get update && apt-get -y install cron docker.io
|
||||||
RUN rm -f /etc/crontab
|
RUN rm -f /etc/crontab
|
||||||
ENTRYPOINT ["/usr/sbin/cron", "-f", "-L", "8"]
|
ENTRYPOINT ["/usr/sbin/cron", "-f", "-L", "15"]
|
||||||
#ENTRYPOINT ["/bin/bash"]
|
#ENTRYPOINT ["/bin/bash"]
|
||||||
|
Loading…
Reference in New Issue
Block a user