v2.1.0
This commit is contained in:
2
cli.php
2
cli.php
@@ -188,7 +188,7 @@ function handleDatabase(array $argv) {
|
||||
|
||||
$command = array_merge([$command_bin], $command_args);
|
||||
if ($config->getProperty("isDocker", false)) {
|
||||
$command = array_merge(["docker", "exec", "-it", "db"], $command);
|
||||
$command = array_merge(["docker", "exec", "-it", $config->getHost()], $command);
|
||||
}
|
||||
|
||||
$process = proc_open($command, $descriptorSpec, $pipes, null, $env);
|
||||
|
||||
Reference in New Issue
Block a user