mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try fix web paths
This commit is contained in:
parent
56a34d85cf
commit
98f645a214
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue