diff --git a/containers/dotnetcore-2.2/README.md b/containers/dotnetcore-2.2/README.md index fa62569a0c..f9562106b6 100644 --- a/containers/dotnetcore-2.2/README.md +++ b/containers/dotnetcore-2.2/README.md @@ -54,7 +54,9 @@ Next, add the following in to `.devcontainer/devcontainer.json` (assuming port 5 ], "remoteEnv": { "ASPNETCORE_Kestrel__Endpoints__Http__Url": "http://*:5000", - "ASPNETCORE_Kestrel__Endpoints__Https__Url": "https://*:5001","ASPNETCORE_Kestrel__Certificates__Default__Password": "SecurePwdGoesHere","ASPNETCORE_Kestrel__Certificates__Default__Path": "/home/vscode/.aspnet/https/aspnetapp.pfx", + "ASPNETCORE_Kestrel__Endpoints__Https__Url": "https://*:5001", + "ASPNETCORE_Kestrel__Certificates__Default__Password": "SecurePwdGoesHere", + "ASPNETCORE_Kestrel__Certificates__Default__Path": "/home/vscode/.aspnet/https/aspnetapp.pfx" } ``` @@ -122,4 +124,4 @@ This definition includes some test code that will help you verify it is working Copyright (c) Microsoft Corporation. All rights reserved. -Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE). \ No newline at end of file +Licensed under the MIT License. See [LICENSE](https://github.com/Microsoft/vscode-dev-containers/blob/master/LICENSE).