fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-16 21:34:35 +02:00
parent 65c37bdd6f
commit ae37148ece

View File

@ -17,7 +17,7 @@ export class DockerHost {
if (pathArg) {
pathToUse = pathArg;
} else if (process.env.CI) {
pathToUse = 'tcp://docker:2375/';
pathToUse = 'http://docker:2375/';
} else {
pathToUse = 'http://unix:/var/run/docker.sock:';
}