This commit is contained in:
Alexandre
2025-01-29 10:17:18 +01:00
committed by GitHub
parent d01a8204a7
commit 43ebe85558
5 changed files with 0 additions and 5 deletions

View File

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