Add configuration for dev environments

Uses jekyll/jekyll that has everything the docs need to run locally
This commit is contained in:
Djordje Lukic 2021-05-10 17:02:08 +02:00
parent b43de596e1
commit ec0b6974ee
1 changed files with 3 additions and 0 deletions

3
.docker/config.json Normal file
View File

@ -0,0 +1,3 @@
{
"image": "jekyll/jekyll"
}