Update Dockerfile

This commit is contained in:
Alexandre
2023-11-21 16:59:10 +01:00
committed by GitHub
parent 78887e6f3d
commit 46e9cf3879

View File

@@ -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 \