ctubbsii commented on code in PR #422: URL: https://github.com/apache/accumulo-website/pull/422#discussion_r1569234955
########## Dockerfile: ########## @@ -31,4 +31,4 @@ ENV PORT=4000 EXPOSE $PORT # Configure the default command to build from the mounted repository. -CMD bundle exec jekyll serve --force-polling -H $HOST -P $PORT +CMD bundle exec jekyll serve --incremental -H $HOST -P $PORT Review Comment: Incremental is still marked as experimental, and the docs say it may break the site in some cases. If it's substantially more efficient, then it's fine if you leave it, but if it's only marginally beneficial, I'd drop it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
