mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-30 01:40:31 +02:00
Update Dockerfile
This commit is contained in:
@@ -30,6 +30,10 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
# Correct config location
|
||||||
|
RUN for file in $(grep -sril "/home/node/.signalk" /etc); do \
|
||||||
|
sed -i "s=/home/node/.signalk=/config=g" "$file"; done
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 3 Install apps #
|
# 3 Install apps #
|
||||||
##################
|
##################
|
||||||
|
|||||||
Reference in New Issue
Block a user