mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Added more docker jobs and apply same naming convention as build jobs
This commit is contained in:
4
docker/gh-pages-check/Dockerfile
Normal file
4
docker/gh-pages-check/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM node:latest
|
||||
|
||||
WORKDIR /usr/app
|
||||
RUN npm install linkinator
|
||||
17
docker/gh-pages-check/docker-compose.yml
Normal file
17
docker/gh-pages-check/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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/
|
||||
Reference in New Issue
Block a user