Renovator Bot
4b4534b6a3
All checks were successful
continuous-integration/drone/pr Build is passing
|
||
---|---|---|
.chglog | ||
overlay/bin | ||
.drone.yml | ||
.gitignore | ||
.markdownlint.yml | ||
.prettierignore | ||
Dockerfile | ||
README.md | ||
renovate.json |
link-validator
Custom image for broken-link-checker
Custom wrapper Docker image for broken-link-checker optimized for CI.
Usage
docker run -v $(pwd)/public:/drone/src link-validator
# or pass arguments to broken-link-checker
# ... but DO NOT set the server url! This will be done automatically. See environment variables.
docker run -v $(pwd)/public:/drone/src link-validator -ro
Environment variables
LINK_VALIDATOR_BASE_DIR=/drone/src
LINK_VALIDATOR_SERVER_PORT=8000
Build
docker build -t link-validator:latest .
License
This project is licensed under the MIT License - see the LICENSE file for details.