Skip to content

Commit 87e0c37

Browse files
Create jekyll.md
1 parent fcf0cd3 commit 87e0c37

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Jekyll
2+
3+
4+
From [Just the Docs](https://github.com/pmarsceill/just-the-docs/blob/master/docker-compose.yml)
5+
6+
```yaml
7+
version: "3.5"
8+
9+
services:
10+
jekyll:
11+
build:
12+
context: ./
13+
ports:
14+
- 4000:4000
15+
volumes:
16+
- .:/usr/src/app
17+
stdin_open: true
18+
tty: true
19+
command: bundle exec jekyll serve -H 0.0.0.0 -t
20+
```

0 commit comments

Comments
 (0)