chore: 调整脚本与 Docker 配置
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user