try specifying tag in compose to preserve build cache during later steps

This commit is contained in:
Collin M. Barrett 2019-05-01 20:37:46 -05:00
parent 336dd43e57
commit 24f702a1c2

View file

@ -4,6 +4,7 @@ version: "3.7"
services:
api:
image: filiterlists.api:test-data
build:
context: .
dockerfile: src/FilterLists.Api/Dockerfile