Skip to content

Commit

Permalink
Add Docker Compose file (#6)
Browse files Browse the repository at this point in the history
This allows people who have Docker Compose installed to run the
site locally by running `docker-compose up`, without having to
install Ruby globally.
  • Loading branch information
Vinnl authored and jairo-campos-JD committed Sep 27, 2019
1 parent 7026197 commit 8173fcb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
jekyll:
image: jekyll/jekyll
command: jekyll serve --watch --incremental
ports:
- 4000:4000
volumes:
- .:/srv/jekyll

0 comments on commit 8173fcb

Please sign in to comment.