Added docker compose to check broken links

This commit is contained in:
Rolf Geuenich
2023-11-02 17:13:43 +01:00
parent 9d72c56595
commit 9f4b94f9f6
5 changed files with 42 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM node:latest
WORKDIR /usr/app
RUN npm install linkinator