diff --git a/service/Dockerfile b/service/Dockerfile index 4ac943d..d13a9c6 100644 --- a/service/Dockerfile +++ b/service/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get install -y xinetd RUN apt-get install -y ncat RUN addgroup --system author -RUN adduser --system --ingroup author --uid 1000 author +RUN adduser --system --ingroup author --uid 1001 author #RUN useradd author