build(docker): remove markdownlint

This commit is contained in:
Oliver Davies 2022-06-11 23:48:56 +01:00
parent aed1527210
commit c37d1246a9
3 changed files with 0 additions and 19 deletions

View file

@ -1,15 +1,3 @@
FROM node:14-alpine AS markdownlint
RUN npm install -g markdownlint-cli
USER node
ENTRYPOINT ["markdownlint"]
CMD ["/data"]
###
FROM node:14-alpine AS assets
ARG NODE_ENV="production"