klakegg/html-proofer
Docker image for HTMLProofer.
Latest version: 3.19.2
This image does not try to do any fancy except being up-to-date.
docker run --rm -it \
-v $(pwd):/src \
klakegg/html-proofer:3.19.2 \
--allow-hash-href --check-html --empty-alt-ignore
validate:
image: klakegg/html-proofer:3.19.2
command: --allow-hash-href --check-html --empty-alt-ignore
volumes:
- .:/src
Volumes:
/src
- Site folder and workdirdocker pull klakegg/html-proofer