From f11913ec083502cf89fa42d350a1e00ec31e8940 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 e534f8ad..88b11683 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