build(docker): remove markdownlint service

This commit is contained in:
Oliver Davies 2022-03-02 07:45:48 +00:00
parent 941fd602a3
commit cedc2ab219

View file

@ -18,10 +18,3 @@ services:
js:
<<: *default-assets
command: "./run yarn:build:js"
markdownlint:
build:
context: "."
target: "markdownlint"
volumes:
- "./source:/data/source"