From 20f8040ed34228a4c4cfdb5960e7f91df292ab57 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 17 Mar 2020 08:30:19 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7963042..5dc3388 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,7 +86,7 @@ RUN \ RUN \ # setup cron service cron start && \ - echo "*/2 * * * * root bash /etc/cont-init.d/33-script-setup.bash" >> "/etc/crontab" + echo "* * * * * root bash /etc/cont-init.d/33-script-setup.bash" >> "/etc/crontab" WORKDIR /