diff options
| author | Paweł Kuna <1282324+codecalm@users.noreply.github.com> | 2020-07-10 20:34:35 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-10 20:34:35 +0200 | 
| commit | 2c0c129cf794e31b65eac98222fdaea2a6e112af (patch) | |
| tree | 37e448d296330c81917b99857c3a40cc93a57865 /docker-compose.yml | |
| parent | Merge pull request #29 from ckissi/add_tableicons_link (diff) | |
| parent | add docker-compose (diff) | |
| download | tabler-icons-2c0c129cf794e31b65eac98222fdaea2a6e112af.tar.xz | |
Merge pull request #24 from czuli/master-docker-compose
Diffstat (limited to 'docker-compose.yml')
| -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 | 
