mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 05:47:32 +00:00
feat: add .dockerignore
This commit is contained in:
parent
7978c03709
commit
39956ee2f5
|
@ -54,6 +54,7 @@ $app->command(
|
|||
$io->info("Building configuration for {$configurationData['name']}.");
|
||||
|
||||
$filesToGenerate = collect([
|
||||
['common/.dockerignore', '.dockerignore'],
|
||||
['env.example', '.env.example'],
|
||||
]);
|
||||
|
||||
|
|
2
templates/common/.dockerignore.twig
Normal file
2
templates/common/.dockerignore.twig
Normal file
|
@ -0,0 +1,2 @@
|
|||
/.github
|
||||
/README.md
|
Loading…
Reference in a new issue