Skip to content

Commit c2f1ea1

Browse files
committed
Add docker-compose to run the site locally
1 parent 2718f90 commit c2f1ea1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docker-compose.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: '3'
2+
services:
3+
jekyll:
4+
image: starefossen/github-pages
5+
# environment:
6+
# - "JEKYLL_GITHUB_TOKEN:${JEKYLL_GITHUB_TOKEN}"
7+
ports:
8+
- "4000:4000"
9+
volumes:
10+
- ./:/usr/src/app
11+
tty: true

0 commit comments

Comments
 (0)