You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by do...@apache.org on 2024/04/23 13:42:46 UTC

(accumulo-website) branch main updated: Small improvements to development dockerfile (#422)

This is an automated email from the ASF dual-hosted git repository.

domgarguilo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 099673a5 Small improvements to development dockerfile (#422)
099673a5 is described below

commit 099673a5aefcc49474215f16df2a616660d1157a
Author: Dom G <do...@apache.org>
AuthorDate: Tue Apr 23 09:42:38 2024 -0400

    Small improvements to development dockerfile (#422)
    
    * remove --force-polling from jekyll command
    * remove exclude tag from config file for simplicity
---
 Dockerfile  | 2 +-
 _config.yml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 3554c0bf..2798588a 100644
--- a/Dockerfile
+++ b/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 -H $HOST -P $PORT
diff --git a/_config.yml b/_config.yml
index 845d17e9..5baea8d5 100644
--- a/_config.yml
+++ b/_config.yml
@@ -13,7 +13,6 @@ description: > # this means to ignore newlines until "url:"
   The Apache Accumuloâ„¢ sorted, distributed key/value store is a robust, scalable,
   high performance data storage and retrieval system.
 url: "https://accumulo.apache.org" # the base hostname & protocol for your site
-exclude: [vendor]
 latest_release: 2.1.2
 javadoc_version: 2.1.2
 num_home_posts: 5