Update Dockerfile

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

@ -86,7 +86,7 @@ RUN \
RUN \ RUN \
# setup cron # setup cron
service cron start && \ service cron start && \
echo "2 * * * * 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 / WORKDIR /

Loading…
Cancel
Save