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:
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user