diff --git a/sbin/entrypoint.sh b/sbin/entrypoint.sh index 8cd1cd5..283c0b9 100755 --- a/sbin/entrypoint.sh +++ b/sbin/entrypoint.sh @@ -12,7 +12,8 @@ run_jekyll() { --config "$JEKYLL_CONFIG" \ --host "$JEKYLL_HOST" \ --port "$JEKYLL_PORT" \ - --trace + --trace \ + --verbose } # Main entrypoint