view Sphinx/buildWithDocker.sh @ 149:bc5906892316 integrations-osirix-horos

Close branch integrations-osirix-horos
author Sébastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 May 2018 09:40:28 +0000
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