Does this work more?

This commit is contained in:
Sander Saares 2019-12-22 18:16:40 +00:00
parent 84e26ddd33
commit 38dce3f77e

View file

@ -14,4 +14,4 @@ FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 AS runtime
WORKDIR /app
COPY --from=build /app/out .
ENTRYPOINT ["dotnet", "DockerExporter.dll"]
ENTRYPOINT ["dotnet", "docker_exporter.dll"]