MOOSE/docs/docker-compose.yml
2023-11-08 13:44:56 +01:00

15 lines
255 B
YAML

version: "3.5"
services:
jekyll:
build:
context: ./
image: moose/docs
ports:
- 4000:4000
volumes:
- .:/usr/src/app
stdin_open: true
tty: true
command: bundle exec jekyll serve -H 0.0.0.0 -t --force_polling