node-broken-link-checker/Dockerfile

6 lines
104 B
Docker

FROM node:16
RUN npm install -g broken-link-checker
ENTRYPOINT ["/usr/local/bin/broken-link-checker"]