Skip to content

Commit 42f4b75

Browse files
Revert dotnet version in docker image
Remove url from app settings prd
1 parent 4fbd982 commit 42f4b75

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
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/aspnet:6.0
1+
FROM mcr.microsoft.com/dotnet/aspnet:5.0
22
COPY HttpHealthCheckDashboard/bin/publish ./app
33
WORKDIR /app
44
ENTRYPOINT ["dotnet", "HttpHealthCheckDashboard.dll"]

HttpHealthCheckDashboard/appsettings.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,28 +75,23 @@
7575
"HealthChecks-UI": {
7676
"HealthChecks": [
7777
{
78-
"Name": "Blog",
79-
"Uri": ""
78+
"Name": "Blog"
8079
},
8180
{
8281
"Name": "GitHub",
8382
"Uri": ""
8483
},
8584
{
86-
"Name": "Twitter",
87-
"Uri": ""
85+
"Name": "Twitter"
8886
},
8987
{
90-
"Name": "Instagram",
91-
"Uri": ""
88+
"Name": "Instagram"
9289
},
9390
{
94-
"Name": "InactiveUrl",
95-
"Uri": ""
91+
"Name": "InactiveUrl"
9692
},
9793
{
98-
"Name": "InvalidUrl",
99-
"Uri": ""
94+
"Name": "InvalidUrl"
10095
}
10196
]
10297
}

0 commit comments

Comments
 (0)