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

View File

@@ -4,7 +4,7 @@ import ImageTag from './image-tag';
describe('Docker', () => {
it('builds', async () => {
const path = Action.rootFolder;
const path = Action.builderFolder;
const dockerfile = `${path}/Dockerfile`;
const baseImage = new ImageTag({
repository: '',