diff --git a/Dockerfile b/Dockerfile index fb1a83c..556ec4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["dotnet", "docker_exporter.dll"] \ No newline at end of file