MOOSE/docker/gh-pages-check/docker-compose.yml

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/start.sh
command: npx linkinator https://flightcontrol-master.github.io/MOOSE/