Add docker-compose exec command.

This commit is contained in:
Travis Tomka
2018-02-25 18:09:06 -07:00
parent c2242c4b93
commit 0d799fca6c
5 changed files with 167 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ trait DockerServicesTrait
/**
* {@inheritdoc}
*/
protected function getCommand()
public function getCommand()
{
// Append the services to the end of the command.
return parent::getCommand() . ' ' . implode(' ', $this->services);