Skip to content

Commit c4ff40e

Browse files
authored
Remove LICENSE from .dockerignore file. (#1371)
1 parent 4e09006 commit c4ff40e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/configureWorkspace/configure.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ function genDockerIgnoreFile(service: string, platformType: Platform, os: string
138138
'**/obj',
139139
'**/secrets.dev.yaml',
140140
'**/values.dev.yaml',
141-
'LICENSE',
142141
'README.md'
143142
];
144143

0 commit comments

Comments
 (0)