Skip to content

Commit ba88d9b

Browse files
fix: fix PWA Dockerfile
1 parent 99f48c0 commit ba88d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pwa/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ ENV NODE_ENV production
5555
# Delete the following line in case you want to enable telemetry during runtime.
5656
ENV NEXT_TELEMETRY_DISABLED 1
5757

58-
RUN addgroup --gid 1001 nodejs; \
59-
adduser --uid 1001 nextjs
58+
RUN addgroup --system --gid 1001 nodejs; \
59+
adduser --system --uid 1001 nextjs
6060

6161
COPY --from=builder --link /srv/app/public ./public
6262

0 commit comments

Comments
 (0)