We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f221da commit 838b14bCopy full SHA for 838b14b
docker-compose.yml
@@ -0,0 +1,7 @@
1
+jekyll:
2
+ image: jekyll/jekyll:pages
3
+ command: jekyll serve
4
+ ports:
5
+ - 4000:4000
6
+ volumes:
7
+ - .:/srv/jekyll
0 commit comments