diff --git a/_config.yml b/_config.yml index 99a73ea71..de68aaad4 100644 --- a/_config.yml +++ b/_config.yml @@ -13,4 +13,8 @@ defaults: description: "A command-line chat tool for coding with GPT" exclude: - - tmp.benchmarks \ No newline at end of file + - tmp.benchmarks + - .git + - .github + - node_modules + - vendor diff --git a/scripts/Dockerfile b/scripts/Dockerfile index ee5245d56..506f090b7 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -17,4 +17,4 @@ EXPOSE 4000 HEALTHCHECK --interval=30s --timeout=10s --start-period=5s CMD curl -f http://localhost:4000 || exit 1 # Run Jekyll server -CMD ["jekyll", "serve", "--host", "0.0.0.0", "--port", "4000"] +CMD ["jekyll", "serve", "--host", "0.0.0.0", "--port", "4000", "--verbose"]