aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-08-04 23:07:06 +0200
committercodecalm <codecalm@gmail.com>2020-08-04 23:07:06 +0200
commit161682119831916148515cb1d0a6433fa2d7ca2b (patch)
treeb45f47db4e39907d72c3a5edc8b6da1357639772 /docker-compose.yml
parenta-b (diff)
parentUpdate README.md (diff)
downloadtabler-icons-161682119831916148515cb1d0a6433fa2d7ca2b.tar.xz
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
 Conflicts:  src/editor.html
Diffstat (limited to 'docker-compose.yml')
-rwxr-xr-xdocker-compose.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100755
index 0000000..f6a5fe2
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,10 @@
+version: '2'
+
+services:
+ jekyll:
+ image: jekyll/jekyll:latest
+ command: npm run start
+ ports:
+ - 4001:4001
+ volumes:
+ - .:/srv/jekyll \ No newline at end of file