We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f48c0 commit ba88d9bCopy full SHA for ba88d9b
pwa/Dockerfile
@@ -55,8 +55,8 @@ ENV NODE_ENV production
55
# Delete the following line in case you want to enable telemetry during runtime.
56
ENV NEXT_TELEMETRY_DISABLED 1
57
58
-RUN addgroup --gid 1001 nodejs; \
59
- adduser --uid 1001 nextjs
+RUN addgroup --system --gid 1001 nodejs; \
+ adduser --system --uid 1001 nextjs
60
61
COPY --from=builder --link /srv/app/public ./public
62
0 commit comments