diff Sphinx/buildWithDocker.sh @ 110:1d32a7f3d144

cleanup
author amazy
date Thu, 20 Jul 2017 09:13:22 +0200
parents a3d3ff83024d
children f40f7d15e6bb
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