This commit is contained in:
2017-05-15 16:35:16 +02:00
parent e541159019
commit d1e7448b40
5 changed files with 14 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ export let readDockerfiles = async (): Promise<Dockerfile[]> => {
console.log(fileTree)
for (let dockerfilePath of fileTree) {
let myDockerfile = new Dockerfile({
filePath: plugins.path.join(paths.cwd, dockerfilePath),
filePath: dockerfilePath,
read: true
})
readDockerfilesArray.push(myDockerfile)