initial commit

This commit is contained in:
2024-05-14 19:54:32 +02:00
commit 38cff47ee6
1184 changed files with 531113 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
version: "3.5"
services:
jekyll:
build:
context: ./
image: moose/docs
ports:
- 4000:4000
volumes:
- .:/usr/src/app
stdin_open: true
tty: true
command: bundle exec jekyll serve -H 0.0.0.0 -t --force_polling