view Sphinx/buildWithDocker.sh @ 158:86be4710bbae

note about sockets
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Jul 2018 11:36:40 +0200
parents 1d32a7f3d144
children f40f7d15e6bb
line wrap: on
line source

docker build -t orthanc-book-builder .
docker run --rm -v $(pwd):/app orthanc-book-builder

docker rmi orthanc-book-builder  # since we rebuild it anyway, no need to keep it -> don't accumulate <none> images