dotnet / dotnet/AspNetCore.Docs.Samples
Rationalize EXPOSE instructions
Open
- Dominant language
- C#
- Stars
- 225
- Forks
- 170
- PR merge metrics
- No merged PRs in 30d
Description
`EXPOSE` instructions should have the following characteristics:
- Match ASP.NET Core defaults.
- No TLS/HTTPS since that's a deployment concern
Ideally, we wouldn't need to use `EXPOSE` at all, but I'm guessing that VS Code relies on it.
https://github.com/search?q=repo%3Adotnet%2FAspNetCore.Docs.Samples%20EXPOSE&type=code
FYI for .NET 8: https://github.com/dotnet/core/issues/8133#issuecomment-1429106759
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.