From b6346255fbec7271df13d2c7a3d533820193ca2b Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Tue, 24 Sep 2024 05:53:45 +0000 Subject: [PATCH] Disable runtime telemetry --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bb6bcb..7a4ceca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,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 apk add shadow RUN groupadd --system --gid 1001 nodejs