mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +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/start.sh
|
|
command: npx linkinator https://flightcontrol-master.github.io/MOOSE/
|