From 96ee1e295fea209d8aa40aa15c62d56798631c52 Mon Sep 17 00:00:00 2001 From: Tony Fages Date: Tue, 26 Mar 2024 15:44:16 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Verax=5FAPI=5FEF/D?= =?UTF-8?q?ockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Verax_API_EF/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Verax_API_EF/Dockerfile b/Verax_API_EF/Dockerfile index 15ea0bd..3f128a1 100644 --- a/Verax_API_EF/Dockerfile +++ b/Verax_API_EF/Dockerfile @@ -7,5 +7,5 @@ RUN dotnet publish -c Release -o out --no-restore /Verax/Verax_API_EF/Verax_API_ FROM mcr.microsoft.com/dotnet/aspnet:8.0 WORKDIR / COPY --from=build-env /out . -ENV DOTNET_HOSTBUILDER_RELOADCONFIGONCHANGE=false +ENV DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE=false ENTRYPOINT ["dotnet", "API.dll"] \ No newline at end of file