Context: I have a nextjs application which is really good at hot-reloading. I'd like to have a docker-compose like experience with the database, via Dagger, so run the nextjs app in dev mode in Dagger, expose the port for browswer preview, attach the database as a service.
Is there a way to get host directory changes to be reflected in the one mounted into the nextjs container?
