mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
feat(drupal): add justfile
This commit is contained in:
parent
e1e2a6c88c
commit
bfee1e8029
2 changed files with 69 additions and 0 deletions
|
@ -43,6 +43,7 @@ final class CreateListOfFilesToGenerate
|
|||
new TemplateFile(data: 'drupal/.hadolint.yaml', name: '.hadolint.yaml'),
|
||||
new TemplateFile(data: 'drupal/Dockerfile', name: 'Dockerfile'),
|
||||
new TemplateFile(data: 'drupal/docker-compose.yaml', name: 'docker-compose.yaml'),
|
||||
new TemplateFile(data: 'drupal/justfile', name: 'justfile'),
|
||||
]);
|
||||
|
||||
$extraDatabases = Arr::get($configurationData, 'database.extra_databases', []);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue