Add docker-compose exec command.
This commit is contained in:
@@ -46,4 +46,13 @@ trait loadTasks
|
||||
{
|
||||
return $this->task(Restart::class, $pathToDockerCompose);
|
||||
}
|
||||
|
||||
/**
|
||||
* Docker compose execute task.
|
||||
*/
|
||||
protected function taskDockerComposeExecute($pathToDockerCompose = null)
|
||||
{
|
||||
return $this->task(Execute::class, $pathToDockerCompose);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user