From 7eeb732aca9080882d5b37a452b882a724fc0281 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Apr 2020 14:11:17 +0200 Subject: [PATCH] JEKYLL_ENV comes in from the container --- sbin/entrypoint.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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