How do I run commands in a Docker container inside an Azure pipeline?
I have a PHP application that is containerized. I am trying to set up a pipeline in Azure, but I am struggling to run commands inside the built container (which is essential to fully install & scaffold the application so…