feat(stability): unify readiness and recovery
CI - Build & Test / Backend (.NET) (push) Successful in 45s
CI - Build & Test / Backend integration (PostgreSQL/Toxiproxy) (push) Failing after 1m0s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 2m49s
CI - Build & Test / Security Check (push) Successful in 7s
CI - Build & Test / Deploy Nexus (push) Has been skipped

This commit is contained in:
AzuTear
2026-08-01 01:21:33 +02:00
parent 38282e4f7f
commit cd8c78d165
67 changed files with 2616 additions and 601 deletions
+5
View File
@@ -1,4 +1,9 @@
FROM node:24-alpine AS build
ARG NEXUS_VERSION=dev
ARG NEXUS_GIT_SHA=unknown
ENV VITE_BUILD_VERSION=${NEXUS_VERSION}
ENV VITE_BUILD_SHA=${NEXUS_GIT_SHA}
ENV VITE_BROWSER_TELEMETRY_ENABLED=true
WORKDIR /app
RUN corepack enable
COPY package.json pnpm-lock.yaml* ./