A standalone, offline version of microcorruption, based on https://microcorruption.com/.
docker-compose build prod
docker-compose up prodOr with a specific port:
PORT=1234 docker-compose up prodgit clone --recursive <https://github.com/kmaork/microcorrection.git or [email protected]:kmaork/microcorrection.git>docker-compose run --rm testOr with extra args:
docker-compose run --rm test tox -e py37 -- -svxdocker-compose build dev
docker-compose up devOr with a specific port:
PORT=1234 docker-compose up dev