aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Assorted updates to Dockerfile #790

Closed friism closed 7 years ago

friism commented 7 years ago
natemcmaster commented 7 years ago

Thanks for trying to solve this. However, after discussing with the team, we've decided to remove Dockerfiles from this repo altogether. We don't use these files in our testing anymore, which is why they are broken and stale.

FYI - this repository is actually meant to be a test application, and isn't really supposed to be a sample or tutorial app. There are a handful of documents on https://docs.asp.net that demonstrate how to use ASP.NET Core with Docker. The source code for our docs is also open source and takes contributions. See https://github.com/aspnet/Docs