-clp:ErrorsOnly

This commit is contained in:
Paul Schneider 2026-06-07 08:12:54 +01:00
commit 78b01d794e

View file

@ -33,7 +33,7 @@ RUN dotnet nuget add source https://isn.pschneider.fr/v3/index.json --allow-inse
RUN dotnet restore RUN dotnet restore
# 5. Compilation globale de la solution # 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 # L'image finale reste sur votre environnement complet
EXPOSE 8080 EXPOSE 8080