git clone --recurse-submodules https://github.com/Normal-OJ/pyShare.git
cd pyShare
git submodule foreach --recursive git checkout master
docker-compose up -d
or if you wanna rebuild
docker-compose up --build -d
git clone --recurse-submodules https://github.com/Normal-OJ/pyShare.git
cd pyShare
git submodule foreach --recursive git checkout master
docker-compose up -d
or if you wanna rebuild
docker-compose up --build -d