diff --git a/src/Task/Stop.php b/src/Task/Stop.php new file mode 100644 index 0000000..a230fad --- /dev/null +++ b/src/Task/Stop.php @@ -0,0 +1,12 @@ +task(Build::class, $pathToDockerCompose); } + + /** + * Docker compose build task. + * @return \Droath\RoboDockerCompose\Task\Stop + */ + protected function taskDockerComposeStop($pathToDockerCompose = null) + { + return $this->task(Stop::class, $pathToDockerCompose); + } }