Can't run the System

Hello guys. I am facing troubles when trying to boot the system. Didn’t manage to fix it myself, so asking for your help.
After pulling from Git and Git LFS I successfully built the environment using command docker-compose -f local.yml build
But I can’t get it to run. Here is the log it shows:

compile_docs_1 | make: Entering directory '/app/docs’
compile_docs_1 | make: Leaving directory '/app/docs’
compile_docs_1 | make: *** No rule to make target ‘html’. Stop.
postgres_1 | LOG: database system was shut down at 2017-09-04 12:24:18 UTC
postgres_1 | LOG: MultiXact member wraparound protections are now enabled
postgres_1 | LOG: database system is ready to accept connections
interface_1 | Postgres is up - continuing…
interface_1 | python: can’t open file ‘manage.py’: [Errno 2] No such file or directory
repo_compile_docs_1 exited with code 2
interface_1 | python: can’t open file ‘manage.py’: [Errno 2] No such file or directory
repo_interface_1 exited with code 2
prediction_1 | * Serving Flask app "src/factory.py"
prediction_1 | * Forcing debug mode on
prediction_1 | * Running on http://0.0.0.0:8001/ (Press CTRL+C to quit)
compile_docs_1 | make: *** /app/docs: No such file or directory. Stop.
compile_docs_1 | make: Entering directory '/app/docs’
compile_docs_1 | make: Leaving directory '/app/docs’
compile_docs_1 | make: *** No rule to make target ‘html’. Stop.
compile_docs_1 | make: *** No rule to make target ‘html’. Stop.
compile_docs_1 | make: Entering directory '/app/docs’
compile_docs_1 | make: Leaving directory '/app/docs’
compile_docs_1 | make: *** No rule to make target ‘html’. Stop.

And the make: … part keeps repeating hundreds of times.
I can’t browse http://localhost:8000 nor http://localhost:8001 nor by using container IP instead of localhost (The site can’t be reached).

Any ideas?

Solution posted here.