fix build context change in azure pipeline config

This commit is contained in:
Collin M. Barrett 2019-12-07 16:16:24 -06:00
parent a6d74ec8cf
commit cfd77c401a

View file

@ -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)