Github bot : image compressed

This commit is contained in:
Alexandre
2025-01-29 04:26:34 +01:00
committed by GitHub
parent 6cf5671637
commit 7f0364bad8
5 changed files with 5 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ 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