Replicate the DXP environment locally using Docker
We are looking into setting up a "DXP like environment" using docker. Looking through the log files in the paasportal, I can se that the website app is turned into a docker image and hosted in an Azure container registry [myenv].azurecr.io.
It would be beneficial if we either could get access to this image repository or access the DockerFile used to create the image. If we had any of those, we could quite easily spin up a container locally that would allow us to debug potential problems that arise on our production web site.
We could of course debug using our local environment but there are some differences (mainly host OS Windows/Linux that can cause/hide issues when running in DXP.
