We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3212e85 commit f881977Copy full SHA for f881977
HttpHealthCheckDashboard/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/runtime:5.0
+FROM mcr.microsoft.com/dotnet/aspnet:5.0
2
COPY HttpHealthCheckDashboard/bin/publish ./app
3
WORKDIR /app
4
ENTRYPOINT ["dotnet", "HttpHealthCheckDashboard.dll"]
0 commit comments