mlc 0.16.3

The markup link checker (mlc) checks for broken links in markup files.
Documentation
1
2
3
4
5
6
7
8
9
10
FROM becheran/mlc:0.16.3

LABEL repository="https://github.com/becheran/mlc"

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

COPY LICENSE README.md /

ENTRYPOINT ["/entrypoint.sh"]