MOOSE/docs/docker-compose.yml
2023-10-20 16:13:30 +02:00

14 lines
233 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