From f6422f99505aaf58a336396c7b6033d3e1a013a3 Mon Sep 17 00:00:00 2001 From: Loic Masi Date: Wed, 8 Apr 2026 21:49:34 +0200 Subject: [PATCH] =?UTF-8?q?#199=20:=20Retirement=20du=20param=C3=A8tre=20p?= =?UTF-8?q?our=20seed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d242018..bd375cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ RUN dotnet publish "./Webzine.WebApplication.csproj" -c $BUILD_CONFIGURATION -o FROM base AS final WORKDIR /app COPY --from=publish /app/publish . -ENTRYPOINT ["dotnet", "Webzine.WebApplication.dll", "--seed"] +ENTRYPOINT ["dotnet", "Webzine.WebApplication.dll"]