diff --git a/sbin/entrypoint.sh b/sbin/entrypoint.sh index 6343045..e0607c4 100755 --- a/sbin/entrypoint.sh +++ b/sbin/entrypoint.sh @@ -6,11 +6,9 @@ set -eu -o pipefail run_jekyll() { set -eu - export JEKYLL_ENV="$JEKYLL_ENV" - bundle exec jekyll serve \ --config "$JEKYLL_CONFIG" \ - # --host "$JEKYLL_HOST" \ + --host "$JEKYLL_HOST" \ --port "$JEKYLL_PORT" \ --trace \ --verbose