Update Dockerfile

This commit is contained in:
Alexandre
2023-11-24 22:45:02 +01:00
committed by GitHub
parent 8ddf48543b
commit 84b520e1ef

View File

@@ -32,7 +32,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_SERVICES_GRACETIME=0
# Correct config location
# shellcheck ignore=SC2013
# hadolint 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