mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
✨ Support ocrd tab completion through the wrapper
This commit is contained in:
parent
f197f01d3f
commit
6291f82094
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ def docker_run(argv, docker_image):
|
|||
docker_run_options.extend(["--mount", "type=bind,src=%s,target=/data" % os.getcwd()])
|
||||
docker_run_options.extend(["--user", "%s:%s" % (os.getuid(), os.getgid())])
|
||||
docker_run_options.extend(["-e", "LOG_LEVEL=%s" % LOG_LEVEL])
|
||||
docker_run_options.extend(["-e", "_OCRD_COMPLETE"])
|
||||
|
||||
# JAVA_TOOL_OPTIONS is used for Java proxy settings
|
||||
if os.environ.get("JAVA_TOOL_OPTIONS"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue