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)