mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Add builded docker images
This commit is contained in:
parent
c438d457ac
commit
2d1130e690
@ -2,6 +2,7 @@ version: '3.4'
|
||||
|
||||
services:
|
||||
pgunit:
|
||||
# image: fpellet/gildedrose-refactoring-kata:pgunit
|
||||
build:
|
||||
context: .
|
||||
target: pgunit
|
||||
@ -11,6 +12,7 @@ services:
|
||||
- .:/app/:z
|
||||
|
||||
pgtap:
|
||||
# image: fpellet/gildedrose-refactoring-kata:pgtap
|
||||
build:
|
||||
context: .
|
||||
target: pgtap
|
||||
|
||||
Loading…
Reference in New Issue
Block a user