Hi dagger community!
I'm running the following dagger cli command:
touch file.txt;dagger core container from --address=debian:trixie-slim with-exec --args="mkdir","/project" with-mounted-file --path="/project/file.txt" --source="file.txt" directory --path="/project" entries
I would expect the mounted file file.txt as an output of entries dagger cli command but it returns that is empty.
I checked that the file is in the container.
I tested with a mounted directory and it retrieves the mounted files from it.
It seems a bug to me, am I missing something?