From c2eb1b0d959d67da3b4b66d0b3abe84c738c03b0 Mon Sep 17 00:00:00 2001 From: ndsboy Date: Mon, 24 Feb 2025 19:53:23 +0000 Subject: [PATCH] feat: disable telemetry --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 90a4cbe..373fa28 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,6 @@ FROM docker.io/denoland/deno AS build COPY . . +ENV ASTRO_TELEMETRY_DISABLED=true RUN deno task install RUN deno task build