Update Dockerfile

This commit is contained in:
Alexandre
2023-11-21 16:34:13 +01:00
committed by GitHub
parent c03681b834
commit e5372b285b

View File

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