more fixes

This commit is contained in:
irongut
2021-04-23 23:52:25 +01:00
parent 00e9c7e9bf
commit fad3d1f101
+1 -1
View File
@@ -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"]