mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-10 17:58:52 +00:00
Fix for gh-pages-check docker container
This commit is contained in:
@@ -3,8 +3,6 @@ version: "3.5"
|
||||
services:
|
||||
moose-gh-pages-checks:
|
||||
image: moose/gh-pages-checks
|
||||
#image: node:latest
|
||||
#image: joskfg/np
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
@@ -13,5 +11,4 @@ services:
|
||||
- .:/moose
|
||||
stdin_open: true
|
||||
tty: true
|
||||
command: /bin/bash -c /moose/check.sh
|
||||
#command: npx linkinator https://flightcontrol-master.github.io/MOOSE/
|
||||
command: npx linkinator https://flightcontrol-master.github.io/MOOSE_DOCS/ --config /moose/config.json
|
||||
|
||||
Reference in New Issue
Block a user