From fed8eb6b2eed2f3d3b50e3db18860337c2988d85 Mon Sep 17 00:00:00 2001 From: Rodrigo Espinoza Date: Fri, 30 Jul 2021 11:54:21 -0600 Subject: [PATCH] Fixed typo in up command, now using --remove-orphans insted of --remove-orphan --- src/App/Commands/StartCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Commands/StartCommand.php b/src/App/Commands/StartCommand.php index 6b81db8..e43b1d0 100644 --- a/src/App/Commands/StartCommand.php +++ b/src/App/Commands/StartCommand.php @@ -39,7 +39,7 @@ protected function execute(InputInterface $input, OutputInterface $output) 'create', 'chirripo_proxy', ], - array_merge(['docker-compose', '-p', $_ENV['PROJECT_NAME']], $files, ['up', '-d', '--remove-orphan']), + array_merge(['docker-compose', '-p', $_ENV['PROJECT_NAME']], $files, ['up', '-d', '--remove-orphans']), [ 'docker', 'cp',