1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 20:58:34 +01:00
tabler-icons/docker-compose.yml

10 lines
156 B
YAML
Raw Normal View History

2020-06-05 20:57:04 +02:00
version: '2'
services:
jekyll:
image: jekyll/jekyll:latest
command: npm run start
ports:
- 4001:4001
volumes:
- .:/srv/jekyll