From 98f645a21479fc3448c1e3c691c281d3dd466475 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 21 Dec 2019 13:12:16 -0600 Subject: [PATCH] try fix web paths --- web/azure-pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/azure-pipelines.yaml b/web/azure-pipelines.yaml index a0fa35876..2c016bed2 100644 --- a/web/azure-pipelines.yaml +++ b/web/azure-pipelines.yaml @@ -22,8 +22,8 @@ steps: containerRegistry: "collinbarrett2-dockerhub" repository: "collinbarrett2/filterlists.web" command: "build" - Dockerfile: "Dockerfile" - buildContext: "." + Dockerfile: "web/Dockerfile" + buildContext: "./web" tags: | latest $(Build.BuildId)