Skip to content

Commit f881977

Browse files
fix runtime
1 parent 3212e85 commit f881977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/runtime:5.0
1+
FROM mcr.microsoft.com/dotnet/aspnet:5.0
22
COPY HttpHealthCheckDashboard/bin/publish ./app
33
WORKDIR /app
44
ENTRYPOINT ["dotnet", "HttpHealthCheckDashboard.dll"]

0 commit comments

Comments
 (0)