Commit: Dockerfile.

This commit is contained in:
clive
2024-11-10 13:42:58 +11:00
parent f2239b5737
commit 47f44e09ef

View File

@@ -30,8 +30,8 @@
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_HTTPS_PORTS": "8081",
"ASPNETCORE_HTTP_PORTS": "8080"
"ASPNETCORE_HTTPS_PORTS": "443",
"ASPNETCORE_HTTP_PORTS": "80"
},
"publishAllPorts": true,
"useSSL": true