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
|
refine.REFINE_HOST = docker_host
|
||||||
docker_port = os.environ.get('OPENREFINE_SERVER_PORT_3333_TCP_PORT')
|
docker_port = os.environ.get('OPENREFINE_SERVER_PORT_3333_TCP_PORT')
|
||||||
if docker_port:
|
if docker_port:
|
||||||
os.environ["OPENREFINE_HOST"] = docker_port
|
os.environ["OPENREFINE_PORT"] = docker_port
|
||||||
refine.REFINE_PORT = docker_port
|
refine.REFINE_PORT = docker_port
|
||||||
|
|
||||||
options, args = PARSER.parse_args()
|
options, args = PARSER.parse_args()
|
||||||
|
|
Loading…
Reference in New Issue