Docker Container fails to start in an Azure App Service
问题 I've released a bunch of Docker apps on Azure App Services in the past, but for some reason, after creating a new build and release pipeline in Azure DevOps, my Docker containers won't run in an Azure App Service. These particular containers are on the Linux flavor. Switching between various Docker images, any built with the old pipeline work, but ones built with the new pipeline do not. When I copy-paste the exact command from the App Service's log file into my local command line, it works