comparison Sphinx/buildWithDocker.ps1 @ 297:64d1ddab8246

Improved PDF creation Pwsh snippet + added Dicom instance upload example with Pwsh + added Windows docker script to generate book
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 20 Jan 2020 14:43:22 +0100
parents
children
comparison
equal deleted inserted replaced
295:b4b9ceebe64d 297:64d1ddab8246
1 # This has been tested with Docker for Windows CE version 2.0.0.2 (30215)
2 # on Windows 10 Pro x64 (10.0.17134) with stock Powershell (5.1)
3
4 docker build -t orthanc-book-builder .
5
6 $pwdSlash = $pwd.Path.Replace("\","/")
7 docker run --rm -v "$($pwdSlash):/app" orthanc-book-builder
8
9 docker rmi orthanc-book-builder # since we rebuild it anyway, no need to keep it -> don't accumulate <none> images