I have VS setup with LEAN built. I have setup the LEAN Docker image. Running .\run_docker.bat works and running in PowerShell produces results from BasicTemplateFrameworkAlgorithm.py 

I've added a new algorythm .py file to the QuantConnect.Algorithm.Python folder rp.py

This file does not appear inside the VS folder view even after rebuild. 

My question is how can I compile the new algorithm .py script in VS and then run in the LEAN Docker image?

Thanks.

Author