Skip to content

Commit 099673a

Browse files
authored
Small improvements to development dockerfile (#422)
* remove --force-polling from jekyll command * remove exclude tag from config file for simplicity
1 parent cda0457 commit 099673a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ ENV PORT=4000
3131
EXPOSE $PORT
3232

3333
# Configure the default command to build from the mounted repository.
34-
CMD bundle exec jekyll serve --force-polling -H $HOST -P $PORT
34+
CMD bundle exec jekyll serve -H $HOST -P $PORT

_config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ description: > # this means to ignore newlines until "url:"
1313
The Apache Accumulo™ sorted, distributed key/value store is a robust, scalable,
1414
high performance data storage and retrieval system.
1515
url: "https://accumulo.apache.org" # the base hostname & protocol for your site
16-
exclude: [vendor]
1716
latest_release: 2.1.2
1817
javadoc_version: 2.1.2
1918
num_home_posts: 5

0 commit comments

Comments
 (0)