From ec0b6974ee1de8112b8f98e5bdda2a72296dfcf4 Mon Sep 17 00:00:00 2001 From: Djordje Lukic Date: Mon, 10 May 2021 17:02:08 +0200 Subject: [PATCH] Add configuration for dev environments Uses jekyll/jekyll that has everything the docs need to run locally --- .docker/config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .docker/config.json diff --git a/.docker/config.json b/.docker/config.json new file mode 100644 index 0000000000..7c945b405c --- /dev/null +++ b/.docker/config.json @@ -0,0 +1,3 @@ +{ + "image": "jekyll/jekyll" +}