Hello, I was thinking, if there is a way to export a daggerized run to a dockerfile.
eg
dag.Client().From("alpine").WithExec([]string{"pwd"}).Sync().ExportDockerfile("Dockerfile")
Reason for this is to be able to see what is actually being run and understand the process and potentially improve the order of things for better caching. Imagine a much longer pipeline, where conditionally adding steps. Which can become hard to follow