mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-14 22:20:13 +02:00
more fixes
This commit is contained in:
+1
-1
@@ -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"]
|
||||
ENTRYPOINT ["dotnet", "/app/CodeCoverageSummary.dll"]
|
||||
Reference in New Issue
Block a user