Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Enable Jekyll livereload (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
CapyTheBeara authored and NickSchimek committed Oct 9, 2022
1 parent e0f796c commit 658ac57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ version: '3'
services:
web:
build: .
command: bash -c "rm -f tmp/pids/server.pid && bundle exec jekyll serve --host '0.0.0.0'"
command: bash -c "rm -f tmp/pids/server.pid && bundle exec jekyll serve --livereload --host '0.0.0.0'"
volumes:
- .:/website-reboot
- .:/website_reboot
ports:
- "4000:4000"
- "35729:35729"

0 comments on commit 658ac57

Please sign in to comment.