mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-02-17 13:58: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