mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
15 lines
355 B
YAML
15 lines
355 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
moose-gh-pages-checks:
|
|
image: moose/gh-pages-checks
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: moose-gh-pages-checks
|
|
volumes:
|
|
- .:/moose
|
|
stdin_open: true
|
|
tty: true
|
|
command: npx linkinator https://flightcontrol-master.github.io/MOOSE_DOCS/ --config /moose/config.json
|