build(docker): add and configure ADR Tools
This commit is contained in:
parent
6e773d1301
commit
0f4fe3b8dc
4 changed files with 44 additions and 0 deletions
|
@ -11,6 +11,11 @@ x-assets: &default-assets
|
|||
- ".:/app"
|
||||
|
||||
services:
|
||||
adr-tools:
|
||||
image: "opdavies/adr-tools"
|
||||
volumes:
|
||||
- "./:/adr"
|
||||
|
||||
css:
|
||||
<<: *default-assets
|
||||
command: "./run yarn:build:css"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue