@S0ren May 7 2019 at 15:32Practicalities of deploying dockerized ASP.NET Core application to HerokuReading time3 minReach and readers9.1K.NET * Cloud services * From sandboxTotal votes 19: ↑18 and ↓1+15Add to bookmarks5Comments1
@Quilin Aug 21 2019 at 15:22Comment has been editedThere's another way to solve the default ports problem without using the «UseUrls» method: In we can put the environment variable right in the dockerfile like CMD ASPNETCORE_URLS=http://*:$PORT dotnet myapp.dll
Practicalities of deploying dockerized ASP.NET Core application to Heroku