mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 12:48:26 +01:00
10 lines
156 B
YAML
10 lines
156 B
YAML
|
version: '2'
|
||
|
|
||
|
services:
|
||
|
jekyll:
|
||
|
image: jekyll/jekyll:latest
|
||
|
command: npm run start
|
||
|
ports:
|
||
|
- 4001:4001
|
||
|
volumes:
|
||
|
- .:/srv/jekyll
|