diff --git a/AS1024.CommunityDocumentationPage/Properties/launchSettings.json b/AS1024.CommunityDocumentationPage/Properties/launchSettings.json index e6a8e3f..7a53f3d 100644 --- a/AS1024.CommunityDocumentationPage/Properties/launchSettings.json +++ b/AS1024.CommunityDocumentationPage/Properties/launchSettings.json @@ -1,20 +1,12 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:49374", - "sslPort": 0 - } - }, "profiles": { "AS1024.CommunityDocumentationPage": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5224", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "applicationUrl": "http://localhost:5224" }, "IIS Express": { "commandName": "IISExpress", @@ -22,6 +14,23 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } + }, + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + "environmentVariables": { + "ASPNETCORE_HTTP_PORTS": "8080" + }, + "publishAllPorts": true + } + }, + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:49374", + "sslPort": 0 } } } \ No newline at end of file