add support for building images with docker files (#4)

Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
Luca Stocchi 2020-11-17 15:54:29 +01:00
parent 329be0a470
commit 1b1386b77e
No known key found for this signature in database
GPG key ID: 930BB00F3FCF30A4
6 changed files with 82 additions and 26 deletions

View file

@ -9,6 +9,7 @@
"rootDir": ".",
},
"exclude": [
"node_modules"
"node_modules",
"scripts"
]
}