diff --git a/Containerfile b/Containerfile index d41f523..4ba38da 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,6 @@ # Multi-stage build for Astro static site FROM node:22-alpine AS builder +ENV ASTRO_TELEMETRY_DISABLED=1 WORKDIR /app # Install deps