mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-08 22:29:56 +02:00
7 lines
174 B
Text
7 lines
174 B
Text
|
#!/bin/sh
|
||
|
# Run the my_ocrd_workflow containers on the current workspace
|
||
|
|
||
|
DOCKER_IMAGE_PREFIX=mikegerber/my_ocrd_workflow \
|
||
|
DOCKER_IMAGE_TAG=stable \
|
||
|
`dirname $0`/run "$@"
|