Hello @Arma ,
Welcome to Microsoft QnA.
May I know if you are trying to run a multi-container application locally and then deploy it as a container group in Azure Container Instances?
Azure-webapps is significantly different than applications running on Azure Container Instances.
Have you followed the below document to do so ? - tutorial-docker-compose.
As you have mentioned, you are providing a start command during container group deployment to keep the container running, but there is a typo, you have mentioned trial instead of tail . The correct command would be :
tail /f /dev/null
Check this article : container-instances-troubleshooting
Also, could you please elaborate more on your container environment and provide some clarity on if you are using container-apps or container-instances, then we can help you further. Thanks.