From e3245574bf842023707a221d588ba04f580d0136 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 7 Dec 2019 16:20:06 -0600 Subject: [PATCH] re-add ref to dockerfile --- azure-pipelines.web.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index c063c8323..eb1008861 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -6,9 +6,9 @@ trigger: include: [ "azure-pipelines.web.yaml", - "web/*", "docker-compose.yml", "docker-compose.prod.yml", + "web/*", ] pr: @@ -19,9 +19,9 @@ pr: include: [ "azure-pipelines.web.yaml", - "web/*", "docker-compose.yml", "docker-compose.prod.yml", + "web/*", ] pool: @@ -34,6 +34,7 @@ steps: containerRegistry: "collinbarrett2-dockerhub" repository: "collinbarrett2/filterlists.web" command: "build" + Dockerfile: "web/Dockerfile" buildContext: "./web" tags: | latest