I\'m trying to Dockerize a Github python projet. Usually I do this:
git clone myRepo cd myRepo git submodule update --init python3 main.py
So