From fad3d1f101ff62188070a9773be035a1f9663343 Mon Sep 17 00:00:00 2001 From: irongut Date: Fri, 23 Apr 2021 23:52:25 +0100 Subject: [PATCH] more fixes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd94c4b..fc747fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ FROM mcr.microsoft.com/dotnet/runtime:5.0 AS final WORKDIR /app COPY --from=build /app/publish . COPY --from=build /src/sample.coverage.xml . -ENTRYPOINT ["dotnet", "CodeCoverageSummary.dll"] \ No newline at end of file +ENTRYPOINT ["dotnet", "/app/CodeCoverageSummary.dll"] \ No newline at end of file