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"