79345138

Date: 2025-01-10 09:12:26
Score: 1.5
Natty:
Report link

If you migrated to NET 8 and got this error, it's a breaking change:

https://learn.microsoft.com/en-us/dotnet/core/compatibility/containers/8.0/aspnet-port

that's why jakegb answer worked:

Use the EXPOSE instruction in your Dockerfile to expose port 8080.

Use the WEBSITES_PORT app setting with a value of "8080" to expose that port.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Edgaras