mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update Dockerfile
This commit is contained in:
@@ -39,7 +39,6 @@ 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/services.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