ZAP will be generating the report.
But its writing the report to the directory you specify in the docker image, which is "/Users/jijesh/ZAP/report_html"
That file will not be accessible when the image finishes - thats a docker restriction and so not one we can change.
You have mapped your CWD to "/zap/wrk" - thats the only directory under which you'll be able to access files.
So change to use "-r /zap/wrk/report_html"
Cheers,
Simon