view Sphinx/buildWithDocker.sh @ 124:cd0be128127d

added info about standard logs
author amazy
date Thu, 14 Dec 2017 14:23:11 +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