mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
try specifying tag in compose to preserve build cache during later steps
This commit is contained in:
parent
336dd43e57
commit
24f702a1c2
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
api:
|
||||
image: filiterlists.api:test-data
|
||||
build:
|
||||
context: .
|
||||
dockerfile: src/FilterLists.Api/Dockerfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue