mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 10:55:33 +01:00
feat: add .dockerignore
This commit is contained in:
parent
7978c03709
commit
39956ee2f5
2 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,7 @@ $app->command(
|
|||
$io->info("Building configuration for {$configurationData['name']}.");
|
||||
|
||||
$filesToGenerate = collect([
|
||||
['common/.dockerignore', '.dockerignore'],
|
||||
['env.example', '.env.example'],
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue