aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docker-compose.yml')
-rw-r--r--docs/docker-compose.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/docker-compose.yml b/docs/docker-compose.yml
new file mode 100644
index 00000000..70aed44d
--- /dev/null
+++ b/docs/docker-compose.yml
@@ -0,0 +1,8 @@
+services:
+ jekyll:
+ build:
+ context: .
+ volumes:
+ - "./:/app"
+ ports:
+ - "4000:4000" \ No newline at end of file