Jenkins optimization and gitea webhook test

This commit is contained in:
2026-01-07 16:56:44 +01:00
parent c508c69e85
commit cbd25cfa51
3 changed files with 5 additions and 1 deletions

View File

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