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:
10
docker-compose.yml
Executable file
10
docker-compose.yml
Executable file
@@ -0,0 +1,10 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
jekyll:
|
||||
image: jekyll/jekyll:latest
|
||||
command: npm run start
|
||||
ports:
|
||||
- 4001:4001
|
||||
volumes:
|
||||
- .:/srv/jekyll
|
Reference in New Issue
Block a user