MOOSE_DOCS/docker/gh-pages-check/docker-compose.yml
2023-11-02 17:13:43 +01:00

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/