mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-02-16 00:00:07 +01:00
fixed typo in docker environment variable
This commit is contained in:
parent
ad6072b1bb
commit
b45cda5ad1
@ -519,7 +519,7 @@ def main():
|
||||
refine.REFINE_HOST = docker_host
|
||||
docker_port = os.environ.get('OPENREFINE_SERVER_PORT_3333_TCP_PORT')
|
||||
if docker_port:
|
||||
os.environ["OPENREFINE_HOST"] = docker_port
|
||||
os.environ["OPENREFINE_PORT"] = docker_port
|
||||
refine.REFINE_PORT = docker_port
|
||||
|
||||
options, args = PARSER.parse_args()
|
||||
|
Loading…
x
Reference in New Issue
Block a user