From the repository root:
docker build -f docker/Dockerfile -t bettercode .Interactive shell:
docker run -it bettercode /bin/bashRun tests:
docker run bettercode pytestMount local data directory:
docker run -v /path/to/local/data:/data bettercode python script.py