Update Dockerfile

This commit is contained in:
Alexandre
2023-11-21 16:21:36 +01:00
committed by GitHub
parent 715f1b1e55
commit 53c935186f

View File

@@ -30,6 +30,10 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
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 #
##################