diff options
author | czulak <lukasz.czulak@gmail.com> | 2020-06-05 20:57:04 +0200 |
---|---|---|
committer | czulak <lukasz.czulak@gmail.com> | 2020-06-05 20:57:04 +0200 |
commit | 14d1d6ef250281b5db8fbc975ab1d3cd5c431fbd (patch) | |
tree | 37692be6253f17387f146a06c206417dc2898cd0 | |
parent | Release 1.9.0 (diff) | |
download | tabler-icons-14d1d6ef250281b5db8fbc975ab1d3cd5c431fbd.tar.xz |
add docker-compose
-rwxr-xr-x | docker-compose.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100755 index 00000000..f6a5fe27 --- /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 |