fixed typo in docker environment variable

This commit is contained in:
Felix Lohmeier 2017-02-02 12:54:06 +01:00
parent ad6072b1bb
commit b45cda5ad1
1 changed files with 1 additions and 1 deletions

View File

@ -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()