diff --git a/Dockerfile b/Dockerfile index 48fa848..03356d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ ENV USERhome=${dockeruser} ENV UID=12345 ENV GID=23456 -RUN addgroup -S node \ - && adduser -D -g "" -h "/home/${USERhome}" -G "${USERhome}" -u "${UID}" "${USERhome}" +#RUN addgroup -S node \ +# && adduser -D -g "" -h "/home/${USERhome}" -G "${USERhome}" -u "${UID}" "${USERhome}" COPY \ setup.sh \