From 46e9cf3879e0c0677432409e9f6fcba4e07e6812 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:59:10 +0100 Subject: [PATCH] Update Dockerfile --- signalk/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/signalk/Dockerfile b/signalk/Dockerfile index f78e9cad9..473937297 100644 --- a/signalk/Dockerfile +++ b/signalk/Dockerfile @@ -23,13 +23,14 @@ FROM ${BUILD_FROM} # 2 Modify Image # ################## +USER root +WORKDIR /config + # Set S6 wait time ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 -USER root - # Correct config location # shellcheck ignore=SC2013 RUN for file in $(grep -sril "/home/node/.signalk" /etc /usr /home); do \