chore: 调整脚本与 Docker 配置

This commit is contained in:
2025-12-05 16:35:07 +08:00
parent 7fda0aaeab
commit 0d9244bfc2
2 changed files with 53 additions and 5 deletions

View File

@@ -12,12 +12,13 @@
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true,
"useSSL": false,
"launchUrl": "http://localhost:7801/swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"publishAllPorts": false,
"useSSL": false,
"dockerRunOptions": "-p 7801:7801 --name TakeoutAdminApi"
}
}
}
}