diff --git a/Dockerfile b/Dockerfile index 38a8e395f68..3bcbb61aa3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ WORKDIR /data STOPSIGNAL SIGTERM -ENV TYPE=VANILLA VERSION=LATEST EULA="" +ENV TYPE=VANILLA VERSION=LATEST EULA="" UID=1000 GID=1000 COPY --chmod=755 scripts/start* / COPY --chmod=755 bin/ /usr/local/bin/ diff --git a/scripts/start b/scripts/start index bed48a77b24..4efe066c2fa 100755 --- a/scripts/start +++ b/scripts/start @@ -3,6 +3,7 @@ # shellcheck source=start-utils . "${SCRIPTS:-/}start-utils" +# The Dockerfile ENVs take precedence here, but defaulting for testing consistency : "${UID:=1000}" : "${GID:=1000}"