chore: disable telemetry during the runtime

This commit is contained in:
Pablo Lara
2024-08-01 15:48:11 +02:00
parent de55eeb183
commit a3555af684
+1 -1
View File
@@ -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