diff --git a/run-local.sh b/run-local.sh index a6a2c44..00021ee 100755 --- a/run-local.sh +++ b/run-local.sh @@ -4,6 +4,8 @@ export JEKYLL_VERSION=3.5 docker run --rm \ --volume="$PWD:/srv/jekyll" \ --volume="$PWD/vendor/bundle:/usr/local/bundle" \ + -e JEKYLL_UID=$(id -u) \ + -e JEKYLL_GID=$(id -g) \ -p 4000:4000 \ -it jekyll/jekyll:$JEKYLL_VERSION \ jekyll serve --watch --incremental