Update Dockerfile

pull/1/head
RandomNinjaAtk 5 years ago committed by GitHub
parent 4251276a4e
commit 20f8040ed3
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 "*/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 /

Loading…
Cancel
Save