From 4f6cc94d4b9e09b1f353cb80982c462d61ca0edd Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Sat, 10 Feb 2024 12:49:34 +0100 Subject: [PATCH] composer/plugin/docker4drupal#68 Add support for invoice ninja --- src/Handler.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Handler.php b/src/Handler.php index f8c18ca..e81f2fb 100644 --- a/src/Handler.php +++ b/src/Handler.php @@ -637,10 +637,12 @@ class Handler extends BaseHandler { 'hosts' => [ 'source' => 'in/', 'dest' => $projectRoot . '/in', + 'condition' => $this->config->readValue(['invoiceninja', 'enable']), ], 'in-vhost.conf' => [ 'source' => 'in/', 'dest' => $projectRoot . '/in', + 'condition' => $this->config->readValue(['invoiceninja', 'enable']), ], ]; $files['cypress.config.js'] = [ -- GitLab