mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-10 23:29:53 +02:00
3 lines
104 B
Text
3 lines
104 B
Text
|
#!/bin/sh
|
||
|
podman run -it --mount type=bind,src="$(pwd)",target=/data --privileged=true my_ocrd_workflow
|