From 694ea7ff230c58f5e5ad281c5ccd938c33da795b Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 6 Jul 2026 03:26:57 +0100 Subject: [PATCH] build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e534f8ad3..88b116830 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ COPY . . # (3) Source NuGet interne (Letsencrypt, certificat auto-signé côté # serveur, justifié par build privé). -RUN dotnet nuget add source https://isn.pschneider.fr/v3/index.json --allow-insecure-connections +RUN dotnet nuget add source https://isn.pschneider.fr/api/v3/index.json --allow-insecure-connections # (4) Restore RUN dotnet restore