Rebuild with -- fix
parent
623453cdd9
commit
599de3b551
|
|
@ -3314,7 +3314,7 @@ class Docker {
|
||||||
--rm \
|
--rm \
|
||||||
${image_environment_factory_1.default.getEnvVarString(parameters)} \
|
${image_environment_factory_1.default.getEnvVarString(parameters)} \
|
||||||
${baseOsSpecificArguments} \
|
${baseOsSpecificArguments} \
|
||||||
${image} -- \
|
${image} \
|
||||||
/usr/bin/bash -c /entrypoint.sh`;
|
/usr/bin/bash -c /entrypoint.sh`;
|
||||||
yield exec_1.exec(runCommand, undefined, { silent });
|
yield exec_1.exec(runCommand, undefined, { silent });
|
||||||
});
|
});
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue