fix path to dockerfile in agent-tests

This commit is contained in:
Collin M. Barrett 2020-02-13 16:42:40 -06:00
parent a71cf5c582
commit 83380059f9

View file

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