mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2026-09-02 15:46:02 +02:00
3 lines
156 B
Bash
Executable file
3 lines
156 B
Bash
Executable file
#!/bin/sh
|
|
# XXX Do not run privileged, use udica instead
|
|
podman run -it --rm --mount type=bind,src="$(pwd)",target=/data --privileged=true my_ocrd_workflow
|