From 8917b24bdec6ac90b270226ef4322f69047431c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Wed, 17 Jan 2024 11:06:53 +0100 Subject: [PATCH] Better docker logs --- .castor/utils.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.castor/utils.php b/.castor/utils.php index 2343e20..c187a32 100644 --- a/.castor/utils.php +++ b/.castor/utils.php @@ -181,6 +181,7 @@ function docker_compose(array $subCommand, Context $c = null, bool $withBuilder 'USER_ID' => variable('user_id'), 'COMPOSER_CACHE_DIR' => variable('composer_cache_dir'), 'PHP_VERSION' => variable('php_version'), + 'BUILDKIT_PROGRESS' => 'plain', ]) ;