now sorting dockerfiles before build

This commit is contained in:
2016-06-05 06:20:05 +02:00
parent 839dac1fe8
commit 1c7542c970
3 changed files with 92 additions and 15 deletions

View File

@ -1,9 +1,10 @@
export declare let build: () => any;
export declare class Dockerfile {
filePath: string;
buildTag: string;
repo: string;
version: string;
cleanTag: string;
buildTag: string;
content: string;
baseImage: string;
constructor(options: {

File diff suppressed because one or more lines are too long