Skip to content

Commit 7b35530

Browse files
Yevhen Miroshnychenkobillygilbert
Yevhen Miroshnychenko
authored andcommitted
MAGECLOUD-3850: [CLOUD Docker] Disabled extensions are still displayed in php container (#551)
1 parent d294221 commit 7b35530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Docker/Compose/ProductionCompose.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function build(Repository $config): array
203203
'image' => 'alpine',
204204
'environment' => $this->converter->convert(array_merge(
205205
$this->getVariables(),
206-
!empty($phpExtensions) ? ['PHP_EXTENSIONS' => implode(' ', $phpExtensions)] : []
206+
['PHP_EXTENSIONS' => implode(' ', $phpExtensions)]
207207
)),
208208
'env_file' => [
209209
'./.docker/config.env',

0 commit comments

Comments
 (0)