Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 304 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 304 Bytes

church_docker

docker container with script to download all repositories

STEP 1: Run python script to pull down all repos (not enabled)

python run fetch_repos.py

STEP 2: Run Docker from root folder

docker-compose up -d --build

Step 3: Stop Docker

docker-compose stop