Skip to content

Commit 5b3ee15

Browse files
committed
Remove unused 'docker-compose-image.yml' from file list
The 'docker-compose-image.yml' file is no longer required and has been removed from the list of configuration files. This simplifies the script and avoids managing unnecessary files.
1 parent a910088 commit 5b3ee15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builder/PostCreateScript.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public function execute($workdir, $namespace, $composerName, $phpVersion, $mysql
6868
'config/config-prod.php',
6969
'config/config-test.php',
7070
'docker-compose-dev.yml',
71-
'docker-compose-image.yml'
7271
];
7372
$uri = new Uri($mysqlConnection);
7473
foreach ($files as $file) {

0 commit comments

Comments
 (0)