diff --git a/pro.Dockerfile b/pro.Dockerfile index bf36e651..341fd16f 100644 --- a/pro.Dockerfile +++ b/pro.Dockerfile @@ -91,9 +91,9 @@ FROM base AS runner # Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed. # Don't run production as root -RUN addgroup --system --gid 1001 expressjs -RUN adduser --system --uid 1001 expressjs -USER expressjs +# RUN addgroup --system --gid 1001 expressjs +# RUN adduser --system --uid 1001 expressjs +# USER expressjs WORKDIR /app