Skip to content
Snippets Groups Projects
Commit 998fd37d authored by Jonas Leder's avatar Jonas Leder
Browse files

add missing ,

parent d9cfd429
Branches
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ def buildContainer(PHP_VERSION, ALPINE_VERSION, TESTING_REPO, PHP_SESSION):
}
],
'environment': {
'DOCKER_TLS_CERTDIR': '/certs'
'DOCKER_TLS_CERTDIR': '/certs',
'DOCKER_HOST': 'tcp://docker:2376'
},
'commands': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment