From cfd77c401ad6e81a0958fafd49f424b51e99606c Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 7 Dec 2019 16:16:24 -0600 Subject: [PATCH] fix build context change in azure pipeline config --- azure-pipelines.web.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 01cc01e8e..c063c8323 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -7,7 +7,6 @@ trigger: [ "azure-pipelines.web.yaml", "web/*", - ".dockerignore", "docker-compose.yml", "docker-compose.prod.yml", ] @@ -21,7 +20,6 @@ pr: [ "azure-pipelines.web.yaml", "web/*", - ".dockerignore", "docker-compose.yml", "docker-compose.prod.yml", ] @@ -36,8 +34,7 @@ steps: containerRegistry: "collinbarrett2-dockerhub" repository: "collinbarrett2/filterlists.web" command: "build" - Dockerfile: "web/Dockerfile" - buildContext: "." + buildContext: "./web" tags: | latest $(Build.BuildId)