Skip to content

Commit

Permalink
Merge pull request #3 from alshedivat/master
Browse files Browse the repository at this point in the history
Update entry_point.sh (alshedivat#2707)
  • Loading branch information
kastnerp authored Sep 26, 2024
2 parents d0ccfca + 6265269 commit e5774e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/entry_point.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CONFIG_FILE=_config.yml

/bin/bash -c "rm -f Gemfile.lock && exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose --trace --force_polling"&
/bin/bash -c "git restore Gemfile.lock && exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose --trace --force_polling"&

while true; do

Expand All @@ -15,7 +15,7 @@ while true; do
jekyll_pid=$(pgrep -f jekyll)
kill -KILL $jekyll_pid

/bin/bash -c "rm -f Gemfile.lock && exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose --trace --force_polling"&
/bin/bash -c "git restore Gemfile.lock && exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose --trace --force_polling"&

fi

Expand Down

0 comments on commit e5774e9

Please sign in to comment.