chore: force backend Docker cache bust for deploy
CI - Build & Test / Backend (.NET) (push) Successful in 33s
CI - Build & Test / Frontend (Vue/TS) (push) Failing after 8s
CI - Build & Test / Security Check (push) Successful in 3s

This commit is contained in:
2026-06-22 20:04:22 +02:00
parent df94ed3cd4
commit fe97d1aaf0
4 changed files with 3096 additions and 1989 deletions
+1
View File
@@ -1,6 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build
WORKDIR /src
COPY Nexus.Api.csproj .
# cache-bust: 2026-06-22T19:56+02
RUN dotnet restore
COPY . .
RUN dotnet publish -c Release -o /app/publish