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