node-broken-link-checker/Dockerfile

6 lines
104 B
Docker
Raw Normal View History

2022-08-01 22:14:47 +02:00
FROM node:16
RUN npm install -g broken-link-checker
ENTRYPOINT ["/usr/local/bin/broken-link-checker"]