From 78b01d794ecdab078a47d22da6ab93ca2e5a2410 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 7 Jun 2026 08:12:54 +0100 Subject: [PATCH] -clp:ErrorsOnly --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f35e453..c111abe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN dotnet nuget add source https://isn.pschneider.fr/v3/index.json --allow-inse RUN dotnet restore # 5. Compilation globale de la solution -RUN dotnet build -c Release --no-restore +RUN dotnet build -c Release --no-restore -clp:ErrorsOnly # L'image finale reste sur votre environnement complet EXPOSE 8080