Skip to content

Commit

Permalink
Small improvements to development dockerfile (#422)
Browse files Browse the repository at this point in the history
* remove --force-polling from jekyll command
* remove exclude tag from config file for simplicity
  • Loading branch information
DomGarguilo authored Apr 23, 2024
1 parent cda0457 commit 099673a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 099673a

Please sign in to comment.