From b6134446e82538da3d28c786fb1d94491f45a884 Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Thu, 6 Apr 2023 17:09:28 +0000 Subject: [PATCH] disable telemetry --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bab0b9fc..67e0b122 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ WORKDIR /app ENV NODE_ENV production # Uncomment the following line in case you want to disable telemetry during runtime. -# ENV NEXT_TELEMETRY_DISABLED 1 +ENV NEXT_TELEMETRY_DISABLED 1 RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs