File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ Unreleased]
1111
12+ ### Fixed
13+
14+ - Docker ignore issues
15+ - App env sample ignore issues
16+
1217## [ 8.0.0] - 2025-10-13
1318
1419## [ 7.10.0] - 2025-10-10
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ component extends="coldbox-cli.models.BaseCommand" {
195195 );
196196 } else {
197197 fileCopy (
198- variables .settings .templatesPath & " . env.example" ,
198+ variables .settings .templatesPath & " env.example" ,
199199 envFile
200200 );
201201 }
@@ -258,7 +258,7 @@ component extends="coldbox-cli.models.BaseCommand" {
258258 arguments .directory & " docker/docker-compose.yml"
259259 )
260260 fileCopy (
261- " #variables .settings .templatesPath #/docker/. dockerignore" ,
261+ " #variables .settings .templatesPath #/docker/dockerignore" ,
262262 arguments .directory & " docker/.dockerignore"
263263 )
264264
File renamed without changes.
File renamed without changes.
You canβt perform that action at this time.
0 commit comments