From cedc2ab219c36b326fd58c6ec2a759a25fa6d7d5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 2 Mar 2022 07:45:48 +0000 Subject: [PATCH] build(docker): remove `markdownlint` service --- docker-compose.override.yaml.example | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docker-compose.override.yaml.example b/docker-compose.override.yaml.example index 49522c5f..d2a05700 100644 --- a/docker-compose.override.yaml.example +++ b/docker-compose.override.yaml.example @@ -18,10 +18,3 @@ services: js: <<: *default-assets command: "./run yarn:build:js" - - markdownlint: - build: - context: "." - target: "markdownlint" - volumes: - - "./source:/data/source"