Update Dockerfile

This commit is contained in:
Alexandre
2021-03-07 17:54:35 +01:00
committed by GitHub
parent 5b42246e06
commit cffb52b93f

View File

@@ -35,7 +35,7 @@ RUN \
&& sed -i 's| /config| /data|g' /etc/cont-init.d/* \
&& sed -i 's| /config| /data|g' /etc/logrotate.d/scrutiny \
&& sed -i 's| /config| /data|g' /etc/crontabs/root \
&& sed -i -e '$a\@reboot /run.sh' /etc/crontabs/root \
&& sed -i -e '$a\5 * * * * /run.sh' /etc/crontabs/root
&& sed -i -e '$a @reboot /run.sh' /etc/crontabs/root \
&& sed -i -e '$a 0 * * * * /run.sh' /etc/crontabs/root
VOLUME [ "/data" ]