Permission denied when piping bash output to the result outputs
docker ps -a --format "{{.Names}}" | './result.json'I'm seeing the following error:
Regardless of if I pipe to result.json or result.out I get the same error.
I just pulled and updated windmill. Error still occurs.
I'm running windmill in docker containers.