Update run.sh
This commit is contained in:
parent
8b5147da34
commit
188aca58ce
3
run.sh
3
run.sh
|
@ -1,3 +1,4 @@
|
|||
#! /bin/sh
|
||||
|
||||
docker run --rm --net=host -v $(pwd):/srv/jekyll -u $(id -u):$(id -g) jekyll/jekyll:minimal /usr/gem/bin/jekyll s --host 0 "$@"
|
||||
cd $(dirname $0)
|
||||
docker run --rm -it -v $(pwd):/srv/jekyll -p 4000:4000 -e JEKYLL_UID=1000 -e JEKYLL_GID=1000 jekyll/jekyll jekyll build --watch
|
||||
|
|
Loading…
Reference in New Issue