Added docker support

This commit is contained in:
Steve Smith
2018-05-22 14:23:55 -04:00
parent 7456c26daf
commit 9075221073
10 changed files with 83 additions and 5 deletions

View File

@@ -124,7 +124,6 @@ namespace Microsoft.eShopWeb.RazorPages
if (env.IsDevelopment())
{
app.UseDeveloperExceptionPage();
app.UseBrowserLink();
ListAllRegisteredServices(app);
app.UseDatabaseErrorPage();
}