mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-05 21:48:47 +02:00
Update Dockerfile
This commit is contained in:
@@ -39,6 +39,7 @@ RUN \
|
|||||||
\
|
\
|
||||||
# Correct sync folder
|
# Correct sync folder
|
||||||
&& grep -rl "/sync/" /etc/cont-init.d | xargs sed -i 's|/sync/|/share/resiliosync|g' \
|
&& grep -rl "/sync/" /etc/cont-init.d | xargs sed -i 's|/sync/|/share/resiliosync|g' \
|
||||||
|
&& grep -rl " /sync" /etc/cont-init.d | xargs sed -i 's| /sync| /share/resiliosync|g' \
|
||||||
&& sed -i 's=/sync/=/share/resiliosync/=g' /defaults
|
&& sed -i 's=/sync/=/share/resiliosync/=g' /defaults
|
||||||
|
|
||||||
VOLUME [ "/data" ]
|
VOLUME [ "/data" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user