1
0
mirror of https://github.com/snachodog/just-the-docs.git synced 2025-04-10 22:11:22 -06:00
just-the-docs/docker-compose.yml
2020-07-28 17:31:49 +03:00

15 lines
218 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