view Sphinx/buildWithDocker.sh @ 208:4e136eac2c1a bryandearlove/added-find-information-to-performing-que-1523454574665

closing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Feb 2019 11:14:53 +0100
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