1
0
Fork 0
docker-mdformat/Dockerfile

6 lines
77 B
Docker
Raw Normal View History

2023-02-19 20:32:20 -05:00
FROM python
RUN pip install mdformat mdformat-frontmatter
CMD ["mdformat"]