Update Dockerfile

This commit is contained in:
Alexandre
2023-11-21 16:30:56 +01:00
committed by GitHub
parent 581c4d3981
commit 7900957785

View File

@@ -31,7 +31,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
USER root
# Correct config location
RUN for file in $(grep -sril "/home/node/.signalk" /etc); do \
RUN for file in $(grep -sril "/home/node/.signalk" /etc /usr /home); do \
sed -i "s=/home/node/.signalk=/config=g" "$file"; done
##################