mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
parent
34810088c3
commit
fa1774b550
2 changed files with 16 additions and 0 deletions
|
@ -115,6 +115,7 @@ final class BuildConfigurationCommand extends Command
|
|||
|
||||
$this->filesToGenerate->push(['env.example', '.env.example']);
|
||||
$this->filesToGenerate->push(['Dockerfile', 'Dockerfile']);
|
||||
$this->filesToGenerate->push(['justfile', 'justfile']);
|
||||
|
||||
if (isset($configurationData['dockerCompose']) && $configurationData['dockerCompose'] !== null) {
|
||||
$this->filesToGenerate->push(['docker-compose.yaml', 'docker-compose.yaml']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue