From a3555af684cba4437f3aee8427e36b4166108aca Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Thu, 1 Aug 2024 15:48:11 +0200 Subject: [PATCH] chore: disable telemetry during the runtime --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9df928b18..e007a41d07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ WORKDIR /app ENV NODE_ENV development # 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 &&\ adduser --system --uid 1001 nextjs