Add builded docker images

This commit is contained in:
fpellet 2020-01-19 21:56:20 +01:00
parent c438d457ac
commit 2d1130e690

View File

@ -2,6 +2,7 @@ version: '3.4'
services: services:
pgunit: pgunit:
# image: fpellet/gildedrose-refactoring-kata:pgunit
build: build:
context: . context: .
target: pgunit target: pgunit
@ -11,6 +12,7 @@ services:
- .:/app/:z - .:/app/:z
pgtap: pgtap:
# image: fpellet/gildedrose-refactoring-kata:pgtap
build: build:
context: . context: .
target: pgtap target: pgtap