Add Dockerfile

This commit is contained in:
2025-09-25 10:09:03 -04:00
parent 227dbcf336
commit 1e2e2724cf
3 changed files with 46 additions and 0 deletions
+11
View File
@@ -44,6 +44,17 @@
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7235;http://localhost:5013"
},
"Container (Dockerfile)": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_HTTPS_PORTS": "8081",
"ASPNETCORE_HTTP_PORTS": "8080"
},
"publishAllPorts": true,
"useSSL": true
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",