From 53f7a9f8f1bfcfe63f10935affe3ba6d6cd8bd4f Mon Sep 17 00:00:00 2001 From: warringtond Date: Sun, 28 Jun 2026 07:27:01 -0400 Subject: [PATCH] wrong dll entry fixed --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 186075b..e785b27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,4 @@ ENV ASPNETCORE_URLS=http://+:80 COPY --from=build /app/out . -ENTRYPOINT ["dotnet", "SportsDivision.dll"] +ENTRYPOINT ["dotnet", "SportsDivision.Web.dll"]