Does this work more?
This commit is contained in:
parent
84e26ddd33
commit
38dce3f77e
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
Loading…
Add table
Reference in a new issue