mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 14:51:50 +02:00
Update Dockerfile
This commit is contained in:
@@ -35,7 +35,7 @@ RUN \
|
|||||||
&& sed -i 's| /config| /data|g' /etc/cont-init.d/* \
|
&& 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/logrotate.d/scrutiny \
|
||||||
&& sed -i 's| /config| /data|g' /etc/crontabs/root \
|
&& sed -i 's| /config| /data|g' /etc/crontabs/root \
|
||||||
&& sed -i -e '$a\@reboot /run.sh' /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 0 * * * * /run.sh' /etc/crontabs/root
|
||||||
|
|
||||||
VOLUME [ "/data" ]
|
VOLUME [ "/data" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user