mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
15 lines
281 B
YAML
15 lines
281 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
jekyll:
|
|
build:
|
|
context: ../../docs
|
|
dockerfile: ./Dockerfile
|
|
ports:
|
|
- 4000:4000
|
|
volumes:
|
|
- ../../docs:/usr/src/app
|
|
stdin_open: true
|
|
tty: true
|
|
command: bundle exec jekyll serve -H 0.0.0.0 -t --force_polling
|