mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix path to dockerfile in agent-tests
This commit is contained in:
parent
a71cf5c582
commit
83380059f9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ services:
|
|||
image: collinbarrett2/filterlists.agent:test-agent
|
||||
build:
|
||||
context: .
|
||||
dockerfile: server/src/FilterLists.Agent/Dockerfile
|
||||
dockerfile: src/FilterLists.Agent/Dockerfile
|
||||
target: test-agent
|
||||
networks:
|
||||
- test-agent
|
||||
|
|
|
|||
Loading…
Reference in a new issue