changeset 110:1d32a7f3d144

cleanup
author amazy
date Thu, 20 Jul 2017 09:13:22 +0200
parents b14e88dc1a9c
children eaec5029ef01
files Sphinx/buildWithDocker.sh
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/buildWithDocker.sh	Thu Jul 20 07:35:01 2017 +0200
+++ b/Sphinx/buildWithDocker.sh	Thu Jul 20 09:13:22 2017 +0200
@@ -1,2 +1,4 @@
 docker build -t orthanc-book-builder .
-docker run --rm -v $(pwd):/app orthanc-book-builder
\ No newline at end of file
+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
\ No newline at end of file