1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-01 18:04:10 +02:00

add docker-compose

This commit is contained in:
czulak
2020-06-05 20:57:04 +02:00
parent ff18569f99
commit 14d1d6ef25

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