Closed jdillard closed 1 year ago
I'm not sure if I am using the docker image correctly, I can check the version just fine:
docker run timaschew/link-checker --version
But if I try to specify an absolute path, it never finds any files:
docker run timaschew/link-checker /path/to/some/directory
And if I use the current directory, it seems to scan sr/local/lib/node_modules/npm/docs:
sr/local/lib/node_modules/npm/docs
docker run timaschew/link-checker .
Is there a trick to getting the path correct with the docker image?
I'm not sure if I am using the docker image correctly, I can check the version just fine:
But if I try to specify an absolute path, it never finds any files:
And if I use the current directory, it seems to scan
sr/local/lib/node_modules/npm/docs
:Is there a trick to getting the path correct with the docker image?