.chglog | ||
overlay/bin | ||
.drone.yml | ||
.gitignore | ||
.markdownlint.yml | ||
.prettierignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
renovate.json |
link-validator
Custom image for muffet
Custom wrapper Docker image for muffet optimized for CI.
Usage
docker run -v $(pwd)/public:/drone/src link-validator
# Pass arguments to muffet
# ... but DO NOT set the server url! This is done automatically.
docker run -v $(pwd)/public:/drone/src link-validator -e
Environment variables
LINK_VALIDATOR_BASE_DIR=/drone/src
LINK_VALIDATOR_SERVER_PORT=8000
LINK_VALIDATOR_RETRIES=0
Build
docker build -t link-validator:latest .
License
This project is licensed under the MIT License - see the LICENSE file for details.