diff --git a/src/src/Environment/Docker.php b/src/src/Environment/Docker.php index f91151af..6c7c7fed 100644 --- a/src/src/Environment/Docker.php +++ b/src/src/Environment/Docker.php @@ -97,7 +97,11 @@ public function run_inside_docker( EnvInfo $env_info, array $command, array $env $this->output->writeln( $process->getCommandLine() ); } + echo $process->getCommandLine(); + + echo "Running...\n"; $process->run( function ( $type, $buffer ) { + echo $buffer; $this->output->write( $buffer ); } );