mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
Merge branch 'master' of code.dev.sbb.berlin:qurator/ocrd-galley
This commit is contained in:
commit
ac0a636c7b
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,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