I'm writing a chaincode where i need to read file in order to process the transaction but when my code tries to read a file from system it the error "no such file or directory". Even though that path is defined in the docker volumes.
But if i try to run a script file to read a file i'm able read a file outside of docker environment. And the I have provide in the chaincode is docker path it self. Attached error image : 1
Thanks