perf(jenkins): disable astro telemetry and add pnpm cache
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
FROM node:24-alpine AS build
|
||||
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||
|
||||
ENV ASTRO_TELEMETRY_DISABLED=1
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Copy depedencies
|
||||
|
||||
Reference in New Issue
Block a user