Update entry_point.sh (#2707)
This commit is contained in:
parent
bdf4ce32e5
commit
6265269bd4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
CONFIG_FILE=_config.yml
|
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
|
while true; do
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ while true; do
|
|||||||
jekyll_pid=$(pgrep -f jekyll)
|
jekyll_pid=$(pgrep -f jekyll)
|
||||||
kill -KILL $jekyll_pid
|
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
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user