1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 17:42:15 +02:00

Merge pull request #24 from czuli/master-docker-compose

This commit is contained in:
Paweł Kuna
2020-07-10 20:34:35 +02:00
committed by GitHub

10
docker-compose.yml Executable file
View File

@@ -0,0 +1,10 @@
version: '2'
services:
jekyll:
image: jekyll/jekyll:latest
command: npm run start
ports:
- 4001:4001
volumes:
- .:/srv/jekyll