feat: disable telemetry

This commit is contained in:
ndsboy 2025-02-24 19:53:23 +00:00
parent 999ba5dbdf
commit c2eb1b0d95

View file

@ -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