mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
- Remove appveyor - Added docker compose for building docs locally - Added manuall run of GitHub Action builds - Added paths to trigger builds
15 lines
261 B
YAML
15 lines
261 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
lua:
|
|
image: moose/build-docs
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: moose-build-docs
|
|
volumes:
|
|
- ../../:/moose
|
|
stdin_open: true
|
|
tty: true
|
|
command: /bin/bash -c /start.sh
|