Added docker compose to simulate GitHub pages

This commit is contained in:
Rolf Geuenich
2023-11-03 15:23:19 +01:00
parent 66e07503a2
commit 7eed8ce402
4 changed files with 42 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
version: "3.5"
services:
jekyll:
build:
context: ./
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