Move to a docker-compose setup

This commit is contained in:
Luke Murphy
2020-05-01 10:30:31 +02:00
parent 34aca195ce
commit 5b7ee79c5d
10 changed files with 110 additions and 24 deletions

8
docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
---
version: "3.7"
services:
jekyll:
image: jekyll/jekyll:4
ports:
- "4000:4000"