mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-10-30 21:40:12 +00:00 
			
		
		
		
	Merge pull request #416 from totti4ever/pr-fix-ocrmypdf
Fix ocrmypdf containers not being removed after a run
This commit is contained in:
		| @@ -3,4 +3,4 @@ | ||||
| if [ ! "$1" == "--version" ]; then | ||||
|   echo "Using docker image for ocrmypdf (Version: $OCRMYPDF_VERSION)" | ||||
| fi | ||||
| docker run -v '/tmp/docspell-convert:/tmp/docspell-convert' -e "TZ=$TZ" jbarlow83/ocrmypdf:$OCRMYPDF_VERSION $@ | ||||
| docker run --rm -v '/tmp/docspell-convert:/tmp/docspell-convert' -e "TZ=$TZ" jbarlow83/ocrmypdf:$OCRMYPDF_VERSION $@ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user