Update Dockerfile

pull/1/head
RandomNinjaAtk 5 years ago committed by GitHub
parent fb19f31cb1
commit ce3d47dd3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,7 @@ RUN \
RUN \
# setup cron
service cron start && \
echo "* * * * * root bash /etc/cont-init.d/33-script-setup.bash" >> "/etc/crontab"
echo "2 * * * * root bash /etc/cont-init.d/33-script-setup.bash" >> "/etc/crontab"
WORKDIR /

Loading…
Cancel
Save