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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit e4dd1f79710203626787435f04e93bcf5cabd845
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sat Sep 23 16:37:53 2017 +0200

    Adds incremental build to speed up local builds
---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index b2b050f..d701859 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -20,4 +20,4 @@ RUN \
 EXPOSE 4000
 WORKDIR /srv/jekyll
 USER jekyll
-ENTRYPOINT bundle install && bundle exec jekyll serve --watch --trace 
--host=0.0.0.0 --force_polling
+ENTRYPOINT bundle install && bundle exec jekyll serve --watch --trace 
--host=0.0.0.0 --force_polling --incremental

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <commits@struts.apache.org>.

Reply via email to