From ea351cfd4cdc7dde7de3e41459e8776988aa68a7 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sun, 2 Jul 2023 12:05:27 +0100 Subject: [PATCH] haha bye bye nextjs analytics --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index ab02b2e..447460a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,9 @@ EXPOSE 3000 RUN chown -R node /usr/src/app USER node +# Opt out of NextJS telemetry +RUN npx next telemetry disable + # Build the app RUN npm run build