MOOSE_DOCS/docker-compose.yml
2023-11-03 15:23:19 +01:00

14 lines
234 B
YAML

version: "3.5"
services:
jekyll:
build:
context: ./
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