A standalone, offline version of microcorruption, based on https://microcorruption.com/.
docker-compose build prod
docker-compose up prod
Or with a specific port:
PORT=1234 docker-compose up prod
git clone --recursive <https://github.com/kmaork/microcorrection.git or git@github.com:kmaork/microcorrection.git>
docker-compose run --rm test
Or with extra args:
docker-compose run --rm test tox -e py37 -- -svx
docker-compose build dev
docker-compose up dev
Or with a specific port:
PORT=1234 docker-compose up dev