6 lines
77 B
Text
6 lines
77 B
Text
|
FROM python
|
||
|
|
||
|
RUN pip install mdformat mdformat-frontmatter
|
||
|
|
||
|
CMD ["mdformat"]
|