Skip to content

Commit

Permalink
Merge pull request #265 from jolicode/better-docker-log
Browse files Browse the repository at this point in the history
Better docker logs
  • Loading branch information
lyrixx authored Jan 17, 2024
2 parents b018198 + 8917b24 commit 94f156c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .castor/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
])
;

Expand Down

0 comments on commit 94f156c

Please sign in to comment.