disable astro telemetry
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# Multi-stage build for Astro static site
|
# Multi-stage build for Astro static site
|
||||||
FROM node:22-alpine AS builder
|
FROM node:22-alpine AS builder
|
||||||
|
ENV ASTRO_TELEMETRY_DISABLED=1
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install deps
|
# Install deps
|
||||||
|
|||||||
Reference in New Issue
Block a user