S0ren May 7 2019 at 18:32Practicalities of deploying dockerized ASP.NET Core application to HerokuReading time3 minViews8.9K.NET*Cloud services*From sandboxTotal votes 20: ↑19 and ↓1+18Add to bookmarks5Comments1
Quilin Aug 21 2019 at 18: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