I am trying to run the basic_rendering example with Docker. The node server is sitting inside the docker container and it all looks good but, when I make the request to /render I get an error :
ReactRenderingError: Message: Cannot find module '/Users/paulo/projects/python-react/examples/basic_rendering/static/js/CommentBox.jsx'
Truth be told I am also a beginner with Docker, any ideias on how to integrate with the docker container?