Update scripts reference to Dockerfile

This commit is contained in:
Webber
2020-01-07 22:26:15 +01:00
committed by Webber Takken
parent 81a7bbbe88
commit 18488f9b04
5 changed files with 25 additions and 5 deletions
+5 -1
View File
@@ -25,8 +25,12 @@ export default class Action {
return path.dirname(path.dirname(__filename));
}
static get builderFolder() {
return `${Action.rootFolder}/builder`;
}
static get dockerfile() {
return `${Action.rootFolder}/Dockerfile`;
return `${Action.builderFolder}/Dockerfile`;
}
static get workspace() {