annotate Sphinx/buildWithDocker.sh @ 146:fa19c0fa1367 integrations-osirix-horos

integrate with horos and DICOM + fix typo
author Sebastien Abras <sa@osimis.io>
date Tue, 29 May 2018 10:54:21 +0200
parents 1d32a7f3d144
children f40f7d15e6bb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
92
a3d3ff83024d attachments doc + build with docker
amazy
parents:
diff changeset
1 docker build -t orthanc-book-builder .
110
1d32a7f3d144 cleanup
amazy
parents: 92
diff changeset
2 docker run --rm -v $(pwd):/app orthanc-book-builder
1d32a7f3d144 cleanup
amazy
parents: 92
diff changeset
3
1d32a7f3d144 cleanup
amazy
parents: 92
diff changeset
4 docker rmi orthanc-book-builder # since we rebuild it anyway, no need to keep it -> don't accumulate <none> images