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