mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-18 13:15:26 +00:00
Added docker compose to check broken links
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user