mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
🐳 Adds a Jekyll Docker Compose file
This commit is contained in:
parent
48b2022b4f
commit
0eca491c35
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
jekyll:
|
||||
image: jekyll/jekyll:latest
|
||||
command: jekyll serve --drafts --force_polling --watch --port 8000
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- ./.vendor/bundle:/usr/local/bundle:cached
|
||||
- .:/srv/jekyll:cached
|
Loading…
Reference in New Issue
Block a user