docker-mdformat/Dockerfile
2023-02-19 20:32:20 -05:00

5 lines
77 B
Docker

FROM python
RUN pip install mdformat mdformat-frontmatter
CMD ["mdformat"]