chore: disable telemetry during the build

This commit is contained in:
Pablo Lara
2024-08-01 15:44:42 +02:00
parent 8fc9204946
commit de55eeb183
+1 -1
View File
@@ -25,7 +25,7 @@ COPY . .
# Next.js collects completely anonymous telemetry data about general usage.
# Learn more here: https://nextjs.org/telemetry
# Uncomment the following line in case you want to disable telemetry during the build.
# ENV NEXT_TELEMETRY_DISABLED 1
ENV NEXT_TELEMETRY_DISABLED 1
RUN \
if [ -f package-lock.json ]; then npm run build; \