1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-25 13:19:08 +00:00

Add docker-compose for easy local deployment

This commit is contained in:
davegson 2018-12-06 12:15:11 +01:00
parent e930a99c94
commit 1dd9957586

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
# to start the server just run
# docker-compose up
jekyll:
image: jekyll/jekyll
command: jekyll serve --watch --incremental
ports:
- 4000:4000
volumes:
- .:/srv/jekyll