mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
18 lines
411 B
YAML
18 lines
411 B
YAML
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/
|