docker-mdformat/Dockerfile
Andrew Tomaka 839591bd2d
All checks were successful
continuous-integration/drone/tag Build is passing
Initial commit
2023-02-19 20:32:20 -05:00

5 lines
77 B
Docker

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