4 lines
62 B
Docker

FROM node:latest
WORKDIR /usr/app
RUN npm install linkinator