view Sphinx/buildWithDocker.sh @ 196:2b6b82c57e79

Orthanc 1.5.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Feb 2019 16:41:00 +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