UID/GID 1000 was in use
This commit is contained in:
parent
4b7ec853b1
commit
e459bb20ee
|
|
@ -33,8 +33,8 @@ ENV NODE_ENV=production
|
|||
# Uncomment the following line in case you want to disable telemetry during runtime.
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
|
||||
RUN addgroup --system --gid 1000 nodejs
|
||||
RUN adduser --system --uid 1000 nextjs
|
||||
RUN addgroup --system --gid 1001 nodejs
|
||||
RUN adduser --system --uid 1001 nextjs
|
||||
|
||||
COPY --from=builder /app/public ./public
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue