]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
docker-compose file
authorWilliam Correa <wilcorrea@gmail.com>
Thu, 29 Dec 2016 18:17:28 +0000 (16:17 -0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 1 Apr 2017 12:39:17 +0000 (13:39 +0100)
Changes to be committed:
  new file:   docs/docker-compose.yml

docs/docker-compose.yml [new file with mode: 0644]

diff --git a/docs/docker-compose.yml b/docs/docker-compose.yml
new file mode 100644 (file)
index 0000000..df20be0
--- /dev/null
@@ -0,0 +1,13 @@
+# run jekyll with docker container
+#
+# install docker && docker-compose
+# https://docs.docker.com/compose/install/
+# then run docker-compose up
+
+jekyll:
+    image: jekyll/jekyll:pages
+    command: jekyll serve --watch --incremental
+    ports:
+        - 4000:4000
+    volumes:
+        - .:/srv/jekyll