I have created .ddev/web-build/Dockerfile
. It builds, but it doesn't do what I want. How do I figure out why? DRUD_DEBUG=1 ddev start
doesn't show any additional output. I don't know the proper docker-compose
command to try building it manually either. This does not work:
cd .ddev
docker-compose build web
because it needs specific environment variables that DDEV injects.