diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 6f8a732..b80ab45 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -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