Skip to content

Commit

Permalink
Add the forgotten docker-compose.test.yml to the dockers file
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Nov 19, 2018
1 parent cdde91d commit e1de3ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ export const fileIcons: FileIcons = {
'docker-compose.override.yml',
'docker-compose.staging.yml',
'docker-compose.prod.yml',
'docker-compose.production.yml'
'docker-compose.production.yml',
'docker-compose.test.yml'
]
},
{ name: 'tex', fileExtensions: ['tex', 'cls', 'sty'] },
Expand Down

0 comments on commit e1de3ba

Please sign in to comment.