repos

Add environment variable to disable Next.js telemetry

7014fcab by Isaac Bythewood · 9 months ago

modified Dockerfile
@@ -1,5 +1,7 @@FROM alpine:3.22ENV NEXT_TELEMETRY_DISABLED=1RUN apk add --update --no-cache \      nodejs yarn