Hi everyone!
I'm trying to figure out how to migrate to Dagger while keeping local development workflow.
I have a simple Symfony/PHP application that mounts the code directory as a volume, so all I have to do is a docker-compose up, and I have a realtime PHP application and a MySql database ready to work.
But I'm not sure how to handle this with Dagger. Best I could think of is making it a 2 step process, with a "Dagger publish locally" to create the base image and then using docker-compose, but this looks like some kind of workaround and I expect for a better solution to be there. I'm even unable to create an imagen and load it locally using only dagger...
Thanks!