build(docker): move Markdownlint
Move Markdownlint into the main Dockerfile and a service to the Docker Compose override file.
This commit is contained in:
parent
9f510e4e23
commit
b0990f7edb
4 changed files with 21 additions and 16 deletions
|
@ -23,3 +23,10 @@ services:
|
|||
js:
|
||||
<<: *default-assets
|
||||
command: "./run yarn:build:js"
|
||||
|
||||
markdownlint:
|
||||
build:
|
||||
context: "."
|
||||
target: "markdownlint"
|
||||
volumes:
|
||||
- "./source:/data/source"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue