aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kuna <1282324+codecalm@users.noreply.github.com>2020-07-10 20:34:35 +0200
committerGitHub <noreply@github.com>2020-07-10 20:34:35 +0200
commit2c0c129cf794e31b65eac98222fdaea2a6e112af (patch)
tree37e448d296330c81917b99857c3a40cc93a57865
parentMerge pull request #29 from ckissi/add_tableicons_link (diff)
parentadd docker-compose (diff)
downloadtabler-icons-2c0c129cf794e31b65eac98222fdaea2a6e112af.tar.xz
Merge pull request #24 from czuli/master-docker-compose
-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