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
+17
View File
@@ -0,0 +1,17 @@
version: "3.5"
services:
moose-gh-pages-checks:
image: moose/gh-pages-checks
#image: node:latest
#image: joskfg/np
build:
context: .
dockerfile: Dockerfile
container_name: moose-gh-pages-checks
volumes:
- .:/moose
stdin_open: true
tty: true
command: /bin/bash -c /moose/check.sh
#command: npx linkinator https://flightcontrol-master.github.io/MOOSE/